alpha
Login
or
Join now
willdot.net
/
distributed-pds
forked from
willdot.net/cocoon
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A fork of the Cocoon PDS but being made more distributed.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix string
author
Hailey
date
1 year ago
(Mar 29, 2025, 6:35 PM -0700)
commit
0a0b09a0
0a0b09a0400c76c99b55ec3294663b696faddacd
parent
2269c30e
2269c30e9dd2e93d503bc8e38ae49c062309520f
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
server
repo.go
+1
-1
server/repo.go
Reviewed
···
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 {