
Very early thrown-together but working super simple file server thingy. Just pushing now because I am switching workstation.
6 lines
83 B
Go
6 lines
83 B
Go
package fileserver
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates/*
|
|
var TemplateFS embed.FS
|