5 lines
188 B
Go
5 lines
188 B
Go
|
// Package static embeds static (JS, HTML) resources right into the binaries
|
||
|
package static
|
||
|
|
||
|
//go:generate go-bindata -pkg migrations -o ../../services/shhext/chat/migrations/bindata.go .
|