[lbry] ci: fix linting (gofmt)

This commit is contained in:
Roy Lee 2021-09-13 16:56:59 -07:00
parent 9ebe440325
commit 02f76b2e8e
6 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
// This file is ignored during the regular build due to the following build tag.
// It is called by go generate and used to automatically generate pre-computed
// tables used to accelerate operations.
//go:build ignore
// +build ignore
package main

View file

@ -4,6 +4,7 @@
// This file is ignored during the regular build due to the following build tag.
// This build tag is set during go generate.
//go:build gensecp256k1
// +build gensecp256k1
package btcec

View file

@ -1,3 +1,4 @@
//go:build use_icu_normalization
// +build use_icu_normalization
package normalization

View file

@ -1,3 +1,4 @@
//go:build use_icu_normalization
// +build use_icu_normalization
package normalization

View file

@ -2,6 +2,7 @@
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
//go:build !windows && !plan9
// +build !windows,!plan9
package limits

View file

@ -2,6 +2,7 @@
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package main