jiahao-si / learn_Go

learn_Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • go get .
  • go run
  • go build
  • go test
  • ./hello
 curl http://localhost:8080/albums \
    --include \
    --header "Content-Type: application/json" \
    --request "POST" \
    --data '{"id": "4","title": "The Modern Sound of Betty Carter","artist": "Betty Carter","price": 49.99}'
curl http://localhost:8080/albums \
    --header "Content-Type: application/json" \
    --request "GET"
curl http://localhost:8080/albums/2

About

learn_Go


Languages

Language:Go 94.1%Language:HTML 5.9%