chore: add todos [skip ci]
This commit is contained in:
parent
e9bd63decb
commit
2906fb1b88
2
main.go
2
main.go
@ -14,6 +14,8 @@ var version = "development"
|
||||
var embeddedPublic embed.FS
|
||||
|
||||
func main() {
|
||||
// TODO: ENV WHATPORT
|
||||
// TODO: handler for / + 404
|
||||
root, err := fs.Sub(embeddedPublic, "public")
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user