From 2e19f5a3c8193776685a5e9fea9ca8663f14dd8d Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sun, 12 Jun 2022 10:34:12 +0800 Subject: db: add tests for authentication through login sources (#7049) --- gen.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gen.go (limited to 'gen.go') diff --git a/gen.go b/gen.go new file mode 100644 index 00000000..f353b854 --- /dev/null +++ b/gen.go @@ -0,0 +1,8 @@ +// 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.1.10 +//go:generate go run github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.3.3 -- cgit v1.2.3