This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
minifaas/ui/assets_dev.go

10 lines
81 B
Go

// +build dev
package ui
import (
"net/http"
)
var Assets = http.Dir("./ui")