tangled
alpha
login
or
join now
tom.sherman.is
/
piper
0
fork
atom
A fork of https://github.com/teal-fm/piper
0
fork
atom
overview
issues
pulls
pipelines
got fmt ./...
Kyle Loveless
10 months ago
6cb1c459
bb0ab7eb
+4
-4
1 changed file
expand all
collapse all
unified
split
util
gencbor
gencbor.go
+4
-4
util/gencbor/gencbor.go
···
24
24
genCfg.WriteMapEncodersToFile("api/teal/cbor_gen.go",
25
25
"teal",
26
26
teal.AlphaFeedPlay{},
27
27
-
teal.AlphaActorProfile{},
28
28
-
teal.AlphaActorStatus{},
29
29
-
teal.AlphaActorProfile_FeaturedItem{},
30
30
-
teal.AlphaFeedDefs_PlayView{},
27
27
+
teal.AlphaActorProfile{},
28
28
+
teal.AlphaActorStatus{},
29
29
+
teal.AlphaActorProfile_FeaturedItem{},
30
30
+
teal.AlphaFeedDefs_PlayView{},
31
31
); err != nil {
32
32
panic(err)
33
33
}