mirror of
https://github.com/status-im/status-go.git
synced 2025-02-08 12:54:37 +00:00
5 lines
185 B
Go
5 lines
185 B
Go
// Package static embeds static (JS, HTML) resources right into the binaries
|
|
package static
|
|
|
|
//go:generate go-bindata -pkg migrations -o ../../messaging/chat/db/migrations/bindata.go .
|