We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df0f2f commit c40f8b8Copy full SHA for c40f8b8
1 file changed
readme readme.mdreadme renamed to readme.md
@@ -7,8 +7,8 @@
7
# build
8
- `cd MY-GO-PROJECT`
9
- `gobuild`
10
- > it understands folder layout where the source is in PKG folder layout type
11
- > or if you run it from PKG folder
+ - it understands folder layout where the source is in PKG folder layout type
+ - or if you run it from PKG folder
12
13
# customize
14
@@ -17,4 +17,3 @@
17
- generates `.gobuild-version` file with the version to set (`-X main.version=` for `-ldflags`)
18
- generates `.gobuild-binary` file with the binary file name
19
- these files can be added to the source control for custom builds
20
-s
0 commit comments