mirror of https://github.com/gogs/gogs.git
9 lines
324 B
Go
9 lines
324 B
Go
// Copyright 2022 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 main
|
|
|
|
//go:generate go install golang.org/x/tools/cmd/goimports@v0.17.0
|
|
//go:generate go run github.com/derision-test/go-mockgen/v2/cmd/go-mockgen@v2.0.1
|