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 (
0 commit comments