6 lines
88 B
Go
6 lines
88 B
Go
package turnstile
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed challenge.html
|
|
var challengeHTML string
|