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

12 lines
256 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 UsersPath = generic.NewPathFromString("/forge/users")