Cradicle Explorer
hister
Info
Issues
Patches
Wallets
Source
Source
.github
client
config
nix
server
indexer
model
static
static.go
api.go
server.go
ui
webui
.dockerignore
.editorconfig
.gitignore
.golangci.toml
.goreleaser-rolling.yml
.goreleaser.yml
.prettierignore
Dockerfile
LICENSE
README.md
compose.yml
flake.lock
flake.nix
generate.go
go.mod
go.sum
hister.go
manage.sh
package-lock.json
package.json
prettier.config.js
/
server
/
static
/ static.go
static.go
1
package static
2
3
import "embed"
4
5
//go:embed app
6
//go:embed app/_app
7
var FS embed.FS