chore: fix lint errors ()

pull/6622/head
Joe Chen 2021-09-24 00:44:09 +08:00 committed by GitHub
parent b9a3626cad
commit fa3d011415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build go1.14
// +build go1.14
// Copyright 2014 The Gogs Authors. All rights reserved.

View File

@ -1,3 +1,4 @@
//go:build !pam
// +build !pam
// Copyright 2014 The Gogs Authors. All rights reserved.

View File

@ -1,9 +1,11 @@
//go:build !cert
// +build !cert
// Copyright 2009 The Go Authors. All rights reserved.
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package cmd
import (