Closed9

gonewを試してみる

yuucuyuucu

install

go install golang.org/x/tools/cmd/gonew@latest
yuucuyuucu
gonew golang.org/x/example/helloserver example.com/myserver
yuucuyuucu
golang/sample/myserver via 🐹
at 2023/09/10 17:31:10 (;p;)❯ tree
.
├── LICENSE
├── go.mod
└── server.go

1 directory, 3 files
yuucuyuucu
golang/sample/myserver via 🐹
at 2023/09/10 17:31:11 ( T_T)\(^-^ ) ❯ go run server.go
2023/09/10 17:31:27 serving http://localhost:8080
yuucuyuucu
golang/sample/myserver via 🐹
at 2023/09/10 17:31:44 ( T_T)\(^-^ ) ❯ curl localhost:8080
<!DOCTYPE html>
Hello, Gopher!
yuucuyuucu

これからどういう機能が増えていきのか楽しみ

このスクラップは2023/09/10にクローズされました