summaryrefslogtreecommitdiffstats
path: root/build.go
blob: f2e5d8254106aa94e474199e5c7b3b0df5ea202f (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2023 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

//go:build vendor

package main

import (
	// for vet
	_ "code.gitea.io/gitea-vet"
)