go-latestver/frontend_dev.go

8 lines
97 B
Go
Raw Normal View History

//go:build dev
package main
import "net/http"
var frontendFS http.FileSystem = http.Dir("./")