go+
This commit is contained in:
parent
c2271ba672
commit
23c5e3a66a
2 changed files with 14 additions and 0 deletions
13
bin/go+
Executable file
13
bin/go+
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cat << 'GO'
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
GO
|
||||
Loading…
Add table
Add a link
Reference in a new issue