mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-06 17:13:13 +03:00
Single binary build
Use go rice for embedding the static files and templates to the binary file
This commit is contained in:
parent
c56f042217
commit
af16649b3f
7 changed files with 115 additions and 12 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -12,10 +12,11 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue