Categorygithub.com/Lerr1uqs/go-backend-demo-project
repositorypackage
0.0.0-20241109060238-8825abf8a4da
Repository: https://github.com/lerr1uqs/go-backend-demo-project.git
Documentation: pkg.go.dev

# README

go get -u github.com/gorilla/mux
go get github.com/mattn/go-sqlite3
go get github.com/google/uuid
go run .

直接运行

curl

~ curl -X POST http://localhost:8080/users \
      -H "Content-Type: application/json" \
      -d '{"username":"testuser", "password":"testpass"}' -v