gen.go 321 B

123456789
  1. // Copyright 2022 The Gogs Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. package main
  5. //go:generate go install golang.org/x/tools/cmd/goimports@v0.1.10
  6. //go:generate go run github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.3.7