server is launchable and passkey support works
This commit is contained in:
Melody Becker 2024-09-27 16:53:22 +02:00
parent ee172d84a8
commit c572066571
21 changed files with 857 additions and 40 deletions

View file

13
cmd/test/main.go Normal file
View file

@ -0,0 +1,13 @@
package main
import (
"embed"
"fmt"
)
//go:embed example
var fs embed.FS
func main() {
fmt.Println(fs.ReadDir("example"))
}

BIN
cmd/test/test Executable file

Binary file not shown.