Categorygithub.com/Lerr1uqs/go-backend-demo-project
modulepackage
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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
插入用户到数据库.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author