Projects STRLCPY tun2socks Commits 3b545489
🤬
  • ■ ■ ■ ■
    .github/workflows/linter.yml
    skipped 6 lines
    7 7   - uses: actions/checkout@v3
    8 8   
    9 9   - name: Setup Go
    10  - uses: actions/setup-go@v3
     10 + uses: actions/setup-go@v4
    11 11   with:
    12 12   check-latest: true
    13 13   go-version: '1.20'
    skipped 6 lines
  • ■ ■ ■ ■
    .golangci.yaml
    skipped 9 lines
    10 10   gci:
    11 11   sections:
    12 12   - standard
    13  - - prefix(github.com/xjasonlyu/tun2socks)
    14 13   - default
     14 + - prefix(github.com/xjasonlyu/tun2socks)
    15 15   staticcheck:
    16 16   go: '1.20'
    17 17   
Please wait...
Page is in error, reload to recover