7 lines
84 B
Go
7 lines
84 B
Go
package mongo
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed structful.json
|
|
var structfulJson []byte
|