We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5a995 commit 3a40fb0Copy full SHA for 3a40fb0
go.md
@@ -28,6 +28,29 @@ $ which gocode
28
29
See scripts/installgotools.sh
30
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
50
+running helloworld
51
+Hello World!
52
+```
53
54
## VS Code
55
56
## Install plug in
0 commit comments