mirror of
https://lab.forgefriends.org/friendlyforgeformat/gof3.git
synced 2025-10-06 06:02:55 +02:00
12 lines
274 B
Go
12 lines
274 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 UsersPath = generic.NewPathFromString("/forge/users")
|