Files
gof3/tree/f3/topics.go
Earl Warren 836b41497f topics are at the same level as users
The projects only have references to topics, they are not children
In both GitHub and GitLab the topics are global to the instance.
2023-12-18 12:30:34 +01:00

12 lines
276 B
Go

// Copyright Earl Warren <contact@earl-warren.org>
// Copyright Loïc Dachary <loic@dachary.org>
// SPDX-License-Identifier: MIT
package f3
import (
"lab.forgefriends.org/friendlyforgeformat/gof3/tree/generic"
)
var TopicsPath = generic.NewPathFromString("/forge/topics")