7 lines
89 B
Go
7 lines
89 B
Go
package resources
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed sedona.jpg
|
|
var TestAttachmentData []byte
|