refactor: move main package from root to cmd/gogs (#8139)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ᴊᴏᴇ ᴄʜᴇɴ
2026-01-31 23:28:48 -05:00
committed by GitHub
parent 7ebfb202e4
commit 7ea2c4093f
13 changed files with 30 additions and 33 deletions

View File

@@ -81,7 +81,7 @@ jobs:
-X \"gogs.io/gogs/internal/conf.BuildCommit=$(git rev-parse HEAD)\"
" \
$TAGS_FLAG \
-trimpath -o "$BINARY_NAME"
-trimpath -o "$BINARY_NAME" ./cmd/gogs
- name: Prepare archive contents
run: |
mkdir -p dist/gogs