/goMakeFileSample

goMakeFileSample

Primary LanguageMakefile

Requirement

Build using go container, but need to install go locally because of IDE GOROOT setting

Usage

  • make build
    - build dockerfile
    - go build
    - go vendor update

  • make update
    - git pull

  • make run
    - go run main.go