Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.16 KB

Actions Status go-version license

random-launcher-backend

render の設定に関して

Build Command には

go build -ldflags "-s -w" -o main ./cmd/app

と書きます。

Execute

以下を実行後、http://localhost:8080/users, http://localhost:8080/articles を見に行ってね。

go run cmd/app/main.go

Initialize all tables

go run cmd/app/main.go migrate --drop

License

これらのコードや文章は CC0 で許諾されています。すなわち、引用元に記載せずに、これらのコードや文章の一部または全部を使用できます。