gitea源码

123456789
  1. // Copyright 2024 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package gitrepo
  4. func RepoGitURL(repo Repository) string {
  5. return repoPath(repo)
  6. }