tangled
alpha
login
or
join now
cass.cityboundforest.com
/
dicesky
0
fork
atom
A web app to run character sheets for TTRPGs and save data on the ATmosphere
0
fork
atom
overview
issues
pulls
pipelines
dicesky
/
data
/
data.go
at
main
6 lines
69 B
view raw
wrap content
cass.cityboundforest.com
Adding code to embed data.json into binary
11mo ago
1c2614c1
1
package
data
2
3
import
_
"embed"
4
5
//go:embed data.json
6
var
Data
string