Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 970 Bytes

README.md

File metadata and controls

61 lines (39 loc) · 970 Bytes

go mod sandbox

Makefile CI

Purpose

go module の使い方を確認するようのレポジトリ

以下を目指している

  • Local でビルド・ Run できる
  • Local の Docker でビルド・Run できる
  • Remote の Docker でビルド・Run できる

How to develop

this app (repository) is built by go command.
Use Makefile with make command usually.

build

build is making binary.

run to build on local machine.

make build

or, run to build on docker.

make builddockr

run

run is app run.

run to run locally.

make run

run to run on docker.

make rundocker

test

run to test locally.

make test

License

This repository is MIT License.
see License file.