Skip to content

Commit 9206607

Browse files
committed
chore: remove obsolete //+build comments
Signed-off-by: xibeiyoumian <[email protected]>
1 parent df3fe81 commit 9206607

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

doc-site/config_docs_generate_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build reference
18-
// +build reference
1918

2019
package config
2120

doc-site/config_docs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build !reference
18-
// +build !reference
1918

2019
package config
2120

internal/apiserver/swagger_check_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build !reference
18-
// +build !reference
1918

2019
package apiserver
2120

internal/apiserver/swagger_generate_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build reference
18-
// +build reference
1918

2019
package apiserver
2120

internal/database/difactory/plugins_cgo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build cgo
18-
// +build cgo
1918

2019
package difactory
2120

internal/database/difactory/plugins_nocgo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build !cgo
18-
// +build !cgo
1918

2019
package difactory
2120

internal/database/sqlite3/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build cgo
18-
// +build cgo
1918

2019
package sqlite3
2120

internal/database/sqlite3/sqlite3.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build cgo
18-
// +build cgo
1918

2019
package sqlite3
2120

internal/database/sqlite3/sqlite3_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build cgo
18-
// +build cgo
1918

2019
package sqlite3
2120

internal/reference/generate_reference_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// limitations under the License.
1616

1717
//go:build reference
18-
// +build reference
1918

2019
package reference
2120

0 commit comments

Comments
 (0)