9 lines
68 B
Go
9 lines
68 B
Go
package gtm
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed gtm.js
|
|
var JS embed.FS
|