mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-04 18:00:19 +01:00
6 lines
111 B
Go
6 lines
111 B
Go
|
package web
|
||
|
|
||
|
//go:generate go-bindata -pkg web -o bindata_gen.go -ignore \.map\$ dist/...
|
||
|
|
||
|
var Prefix = "dist"
|