nimblehq / gin-templates

Our optimized Gin templates used in our projects
MIT License
12 stars 1 forks source link

Update build binary step instruction on README #58

Open gutakk opened 3 years ago

gutakk commented 3 years ago

Why

@Lahphim found the issue when building the binary (more information https://github.com/nimblehq/gin-templates/issues/46). But @junan point out that GO111MODULE will be ignored in Go 1.17 (more information https://github.com/nimblehq/gin-templates/pull/48#discussion_r626256289)

Acceptance Criteria

Update the README to follow @junan suggestion

malparty commented 3 years ago

Not sure if related, but on my first attempt I had to "go mod init module name" before the command go build -o [...] worked.