mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Single binary build (#10)
Single binary build Use go rice for embedding the static files and templates to the binary file
This commit is contained in:
parent
b741a915ae
commit
9a27cc366f
12 changed files with 169 additions and 34 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -12,7 +12,12 @@ wireguard-ui
|
|||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# Dependency directories and files (remove the comment below to include it)
|
||||
vendor/
|
||||
assets/
|
||||
node_modules
|
||||
node_modules/
|
||||
rice-box.go
|
||||
|
||||
# IDEs
|
||||
.vscode
|
||||
.idea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue