Skip to content

Commit

Permalink
Merge pull request #266 from TileDB-Inc/apply-gofix-to-remove-obsolet…
Browse files Browse the repository at this point in the history
…e-build-tags

Use go fix to remove obsolete build tags
  • Loading branch information
anastasop authored Aug 16, 2023
2 parents 6d83ac3 + aebf4bc commit 26481bb
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion array_schema_evolution.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

// This file declares Go bindings for experimental features in TileDB.
// Experimental APIs to do not fall under the API compatibility guarantees and
Expand Down
1 change: 0 additions & 1 deletion array_schema_evolution_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package tiledb

Expand Down
1 change: 0 additions & 1 deletion cmd/tiledb-go-examples/asan_off.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !asan
// +build !asan

package main

Expand Down
1 change: 0 additions & 1 deletion cmd/tiledb-go-examples/asan_on.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build asan
// +build asan

package main

Expand Down
1 change: 0 additions & 1 deletion enums_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package tiledb

Expand Down
1 change: 0 additions & 1 deletion examples/filestore_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package examples

Expand Down
1 change: 0 additions & 1 deletion examples_lib/filestore.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package examples_lib

Expand Down
1 change: 0 additions & 1 deletion filestore.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

// This file declares Go bindings for experimental features in TileDB.
// Experimental APIs to do not fall under the API compatibility guarantees and
Expand Down
1 change: 0 additions & 1 deletion filestore_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package tiledb

Expand Down
1 change: 0 additions & 1 deletion fragment_info_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !experimental
// +build !experimental

package tiledb

Expand Down
1 change: 0 additions & 1 deletion group.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

// This file declares Go bindings for experimental features in TileDB.
// Experimental APIs to do not fall under the API compatibility guarantees and
Expand Down
1 change: 0 additions & 1 deletion group_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package tiledb

Expand Down
1 change: 0 additions & 1 deletion query_experimental.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

// This file declares Go bindings for experimental features in TileDB.
// Experimental APIs to do not fall under the API compatibility guarantees and
Expand Down
1 change: 0 additions & 1 deletion query_experimental_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

package tiledb

Expand Down
1 change: 0 additions & 1 deletion serialize_array_schema_evolution.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build experimental
// +build experimental

// This file declares Go bindings for experimental features in TileDB.
// Experimental APIs to do not fall under the API compatibility guarantees and
Expand Down
1 change: 0 additions & 1 deletion tools/sizegen/sizegen_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !experimental
// +build !experimental

package main_test

Expand Down

0 comments on commit 26481bb

Please sign in to comment.