progress
server is launchable and passkey support works
This commit is contained in:
parent
ee172d84a8
commit
c572066571
21 changed files with 857 additions and 40 deletions
0
cmd/test/example/example.txt
Normal file
0
cmd/test/example/example.txt
Normal file
13
cmd/test/main.go
Normal file
13
cmd/test/main.go
Normal 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
BIN
cmd/test/test
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue