all: Run gofmt -s -w

This commit is contained in:
Bjørn Erik Pedersen 2022-07-14 12:39:49 +02:00
parent 015be459f3
commit 9439436a4d
4 changed files with 5 additions and 6 deletions

View File

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build aix || darwin || openbsd || freebsd || netbsd || dragonfly
// +build aix darwin openbsd freebsd netbsd dragonfly
package afero

View File

@ -10,12 +10,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !darwin
// +build !openbsd
// +build !freebsd
// +build !dragonfly
// +build !netbsd
// +build !aix
//go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
// +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix
package afero

View File

@ -1,3 +1,4 @@
//go:build go1.16
// +build go1.16
package afero

View File

@ -1,3 +1,4 @@
//go:build go1.16
// +build go1.16
package afero