This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM golang:latest | |
| # <- means just comment. | |
| ### <- means that you might need to modify following line. | |
| ### your package path | |
| RUN mkdir -p /go/src/your/package \ | |
| ### if you dont have internal packages, delete this line. |