mirror of
https://lab.forgefriends.org/friendlyforgeformat/gof3.git
synced 2025-10-06 06:02:55 +02:00
The projects only have references to topics, they are not children In both GitHub and GitLab the topics are global to the instance.
12 lines
276 B
Go
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")
|