This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minifaas/ui/assets_dev.go

9 lines
81 B
Go

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