М
Size: a a a
М
AM
AV
AM
AM
package main
import (
"net/http"
"log"
"io/ioutil"
)
func main() {
MakeRequest()
}
func MakeRequest() {
resp, err := http.Get("https://intune”)
body, err := ioutil.ReadAll(resp.Body)
}
AV
package main
import (
"net/http"
"log"
"io/ioutil"
)
func main() {
MakeRequest()
}
func MakeRequest() {
resp, err := http.Get("https://intune”)
body, err := ioutil.ReadAll(resp.Body)
}
AM
AV
AV
КЭ
AM
AV
BK
BK
D