run gofmt to add the new go:build tags

This commit is contained in:
Marten Seemann
2021-09-14 18:37:41 +02:00
parent ebcd98ed43
commit 59ea0daea1
14 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// +build go1.16
// +build !go1.17
//go:build go1.16 && !go1.17
// +build go1.16,!go1.17
package qtls