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\`).
|
||||
|
||||
```
|
||||
# Use the right config for goversioninfo
|
||||
go generate
|
||||
# Build the setup application.
|
||||
go build -o setup.exe -ldflags "-s -w -H=windowsgui"
|
||||
```
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:generate goversioninfo
|
||||
//go:generate fileb0x b0x.json
|
||||
|
||||
/*Serve is a very simple static file server in go
|
||||
Usage:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//go:generate goversioninfo -manifest=setup.exe.manifest
|
||||
//go:generate fileb0x b0x.json
|
||||
//Add new firewall rule in Go.
|
||||
|
||||
package main
|
||||
|
|
Loading…
Reference in New Issue