diff options
author | PiotrKozimor <37144818+PiotrKozimor@users.noreply.github.com> | 2021-11-02 17:48:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 16:48:48 +0000 |
commit | dec05c334707346506a979e1cdb3b295dbad5c4f (patch) | |
tree | 76aebd11723fbda3b1311c4db272cd2c88ce3c57 /build | |
parent | b99f594a93dda7645fabda4b81498ea4ad40bc97 (diff) |
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
Diffstat (limited to 'build')
-rw-r--r-- | build/gobind-pinecone/platform_ios.go | 1 | ||||
-rw-r--r-- | build/gobind-pinecone/platform_other.go | 1 | ||||
-rw-r--r-- | build/gobind-yggdrasil/platform_ios.go | 1 | ||||
-rw-r--r-- | build/gobind-yggdrasil/platform_other.go | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/build/gobind-pinecone/platform_ios.go b/build/gobind-pinecone/platform_ios.go index 01f8a6a0..802d7fac 100644 --- a/build/gobind-pinecone/platform_ios.go +++ b/build/gobind-pinecone/platform_ios.go @@ -1,3 +1,4 @@ +//go:build ios // +build ios package gobind diff --git a/build/gobind-pinecone/platform_other.go b/build/gobind-pinecone/platform_other.go index fdfb13bc..2e81e2f4 100644 --- a/build/gobind-pinecone/platform_other.go +++ b/build/gobind-pinecone/platform_other.go @@ -1,3 +1,4 @@ +//go:build !ios // +build !ios package gobind diff --git a/build/gobind-yggdrasil/platform_ios.go b/build/gobind-yggdrasil/platform_ios.go index 01f8a6a0..802d7fac 100644 --- a/build/gobind-yggdrasil/platform_ios.go +++ b/build/gobind-yggdrasil/platform_ios.go @@ -1,3 +1,4 @@ +//go:build ios // +build ios package gobind diff --git a/build/gobind-yggdrasil/platform_other.go b/build/gobind-yggdrasil/platform_other.go index fdfb13bc..2e81e2f4 100644 --- a/build/gobind-yggdrasil/platform_other.go +++ b/build/gobind-yggdrasil/platform_other.go @@ -1,3 +1,4 @@ +//go:build !ios // +build !ios package gobind |