Update files.
This commit is contained in:
parent
ccd254cd99
commit
70c5b8abd2
|
@ -116,6 +116,8 @@ fileb0x b0x.json
|
||||||
This will create a folder named `static` with a file in it. You will then need to copy that folder to your `$GOPATH/src/` (usually `C:\Users\<Username>\go\src\`).
|
This will create a folder named `static` with a file in it. You will then need to copy that folder to your `$GOPATH/src/` (usually `C:\Users\<Username>\go\src\`).
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Use the right config for goversioninfo
|
||||||
|
go generate
|
||||||
# Build the setup application.
|
# Build the setup application.
|
||||||
go build -o setup.exe -ldflags "-s -w -H=windowsgui"
|
go build -o setup.exe -ldflags "-s -w -H=windowsgui"
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
//go:generate goversioninfo
|
//go:generate goversioninfo
|
||||||
//go:generate fileb0x b0x.json
|
|
||||||
|
|
||||||
/*Serve is a very simple static file server in go
|
/*Serve is a very simple static file server in go
|
||||||
Usage:
|
Usage:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//go:generate goversioninfo -manifest=setup.exe.manifest
|
//go:generate goversioninfo -manifest=setup.exe.manifest
|
||||||
|
//go:generate fileb0x b0x.json
|
||||||
//Add new firewall rule in Go.
|
//Add new firewall rule in Go.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
Loading…
Reference in New Issue