fastpastebin/assets/assets.go
Stanislav N. aka pztrn 2ec0e28243
All checks were successful
continuous-integration/drone/push Build is passing
Make linter happy and move to os from io/ioutil for reading/writing.
2022-08-14 15:49:05 +05:00

9 lines
132 B
Go

//nolint:gofmt,gofumpt,goimports
package assets
import "embed"
// Data is an embedded assets data.
//go:embed *
var Data embed.FS