go module の使い方を確認するようのレポジトリ
以下を目指している
- Local でビルド・ Run できる
- Local の Docker でビルド・Run できる
- Remote の Docker でビルド・Run できる
this app (repository) is built by go command.
Use Makefile with make command usually.
build
is making binary.
run to build on local machine.
make build
or, run to build on docker.
make builddockr
run
is app run.
run to run locally.
make run
run to run on docker.
make rundocker
run to test locally.
make test
This repository is MIT License.
see License file.