9 lines
89 B
Go
9 lines
89 B
Go
package cloudflare
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed TurnStilleCaptcha.js
|
|
var JS embed.FS
|