run gofmt -s

This commit is contained in:
web3-bot 2021-12-10 11:50:47 +00:00
parent 55c3c00979
commit 19eed5d76f
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !openssl_static
// +build !openssl_static
package openssl

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build openssl_static
// +build openssl_static
package openssl

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build (linux || darwin || solaris || freebsd || openbsd) && !windows
// +build linux darwin solaris freebsd openbsd
// +build !windows

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build windows
// +build windows
package openssl