1
0
Fork 0
golang-forgejo-f3-gof3/tree/f3/topics.go

12 lines
258 B
Go
Raw Normal View History

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