This commit is contained in:
Ev Bogdanov 2017-02-15 23:20:25 +03:00
parent c2271ba672
commit 23c5e3a66a
2 changed files with 14 additions and 0 deletions

13
bin/go+ Executable file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env bash
cat << 'GO'
package main
import (
"fmt"
)
func main() {
}
GO