From 00d8c4d7dfcbe2e393aa6d15c9365809d1a3031e Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sat, 18 Jun 2022 20:03:07 +0200 Subject: [PATCH] all: run gofmt on all source code Some source code wasn't part of `FMT_PATHS` so wasn't checked for correct formatting. This change includes all this source code and excludes cgo/testdata because it contains files that can't be parsed. --- interface_tinygo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/interface_tinygo.go b/interface_tinygo.go index fbf7ee9..30eea3f 100644 --- a/interface_tinygo.go +++ b/interface_tinygo.go @@ -1,3 +1,4 @@ +//go:build tinygo // +build tinygo package net