Skip to content

keyno63/go-mod-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published