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