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 5d8e4be commit e127790Copy full SHA for e127790
README.md
@@ -70,7 +70,7 @@ Clone this repository or copy the source files into your Go workspace.
70
Run the code using:
71
72
```bash
73
-go *.go -o ./lb && ./lb
+go build *.go -o ./lb && ./lb
74
```
75
OR
76
0 commit comments