Skip to content

Commit 3a40fb0

Browse files
doc update
1 parent ba5a995 commit 3a40fb0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

go.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,29 @@ $ which gocode
2828

2929
See scripts/installgotools.sh
3030

31+
## Command Line Scripts
32+
33+
### gob
34+
35+
go build, fmt and install to bin (in path)
36+
37+
### gobr
38+
39+
gob and then run
40+
41+
```bash
42+
[dev] $ gob
43+
building helloworld
44+
45+
[dev] $ which helloworld
46+
/Users/bryan/Study/go/bin/helloworld
47+
48+
[dev] $ gobr
49+
building helloworld
50+
running helloworld
51+
Hello World!
52+
```
53+
3154
## VS Code
3255

3356
## Install plug in

0 commit comments

Comments
 (0)