Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 385 Bytes

File metadata and controls

10 lines (8 loc) · 385 Bytes

Init

  • Reopen in Development Container
  • run go mod init <package>
  • run go mod tidy
  • try f.e. go run ./ serve or launch via Launch Server run config, first launch might take some time

Customize

  • copy the docker-compose override example and customize it: cp docker-compose.override.example.yml docker-compose.override.yml
  • add mod and sum: git add go.mod go.sum