From 637e3f0666e27d3248051328cd4e91d89b2e4ef1 Mon Sep 17 00:00:00 2001 From: Norwin Date: Sun, 13 Mar 2022 08:53:18 +0800 Subject: [PATCH] Fix CI: run make fmt (#469) Co-authored-by: Norwin Reviewed-on: https://gitea.com/gitea/tea/pulls/469 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Norwin Co-committed-by: Norwin --- build.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.go b/build.go index 4a0d72c..0f7e838 100644 --- a/build.go +++ b/build.go @@ -1,7 +1,8 @@ // Copyright 2020 The Gitea Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -//+build vendor +//go:build vendor +// +build vendor package main