Content-Length: 296711 | pFad | https://github.com/gogs/gogs/commit/fa3d011415c21a6e4d2e6500d589ca17cf39090f
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a3626 commit fa3d011Copy full SHA for fa3d011
gogs.go
@@ -1,3 +1,4 @@
1
+//go:build go1.14
2
// +build go1.14
3
4
// Copyright 2014 The Gogs Authors. All rights reserved.
internal/auth/pam/pam_stub.go
+//go:build !pam
// +build !pam
internal/cmd/cert_stub.go
@@ -1,9 +1,11 @@
+//go:build !cert
// +build !cert
// Copyright 2009 The Go Authors. All rights reserved.
5
6
// Use of this source code is governed by a MIT-style
7
// license that can be found in the LICENSE file.
8
+
9
package cmd
10
11
import (
Fetched URL: https://github.com/gogs/gogs/commit/fa3d011415c21a6e4d2e6500d589ca17cf39090f
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments