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
package main | |
import "fmt" | |
func main() { | |
fmt.Println("Hello World") | |
} |
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:alpine | |
WORKDIR /app | |
ADD . /app | |
RUN cd /app && go build -o helloworld | |
ENTRYPOINT ./helloworld |
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
### Keybase proof | |
I hereby claim: | |
* I am jmidd on github. | |
* I am johnmiddleton (https://keybase.io/johnmiddleton) on keybase. | |
* I have a public key ASDDNjA_Vu7Xh22IGl-xG2VvOpiAWHpd2jgmSBbZLaFCego | |
To claim this, I am signing this object: |