Нека ви обясним къде сте попаднали.
Вече не съществува
Сърцата ни са разбити
Но ще намерим къде да пием бира след курса. Добре дошли!
Ще събирате точки
unsafe
при необходимостgo get -u golang.org/x/tools/cmd/present
package main import "fmt" func main() { fmt.Println("Hello, world!") }
package main
import (
"fmt"
"html"
"io/ioutil"
"log"
"net/http"
)
func main() { go http.ListenAndServe(":8282", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "Hello, %s", html.EscapeString(r.URL.Path)) })) res, err := http.Get("http://localhost:8282/world") if err != nil { log.Fatal(err) } defer res.Body.Close() contents, err := ioutil.ReadAll(res.Body) if err != nil { log.Fatal(err) } fmt.Printf("Server responded with: %s", contents) }
Вид гризач
Създаден от Renée French
И отговорът на въпроса, който всички си задавате...
да, можете да го купите онлайн.