tangled
alpha
login
or
join now
hailey.at
/
cocoon
An atproto PDS written in Go
72
fork
atom
overview
issues
pulls
pipelines
fix string
hailey.at
9 months ago
0a0b09a0
2269c30e
options
unified
split
Changed files
+1
-1
server
repo.go
+1
-1
server/repo.go
···
51
51
)
52
52
53
53
func (ot OpType) String() string {
54
54
-
return ot.String()
54
54
+
return string(ot)
55
55
}
56
56
57
57
type Op struct {