From dec05c334707346506a979e1cdb3b295dbad5c4f Mon Sep 17 00:00:00 2001 From: PiotrKozimor <37144818+PiotrKozimor@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:48:48 +0100 Subject: Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021) --- internal/sqlutil/postgres.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/sqlutil/postgres.go') diff --git a/internal/sqlutil/postgres.go b/internal/sqlutil/postgres.go index 41a5508a..5e656b1d 100644 --- a/internal/sqlutil/postgres.go +++ b/internal/sqlutil/postgres.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !wasm // +build !wasm package sqlutil -- cgit v1.2.3