mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-03 09:20:24 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
5 lines
111 B
Go
5 lines
111 B
Go
package web
|
|
|
|
//go:generate go-bindata -pkg web -o bindata_gen.go -ignore \.map\$ dist/...
|
|
|
|
var Prefix = "dist"
|