Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc-site/config_docs_generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build reference
// +build reference

package config

Expand Down
1 change: 0 additions & 1 deletion doc-site/config_docs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build !reference
// +build !reference

package config

Expand Down
1 change: 0 additions & 1 deletion internal/apiserver/swagger_check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build !reference
// +build !reference

package apiserver

Expand Down
1 change: 0 additions & 1 deletion internal/apiserver/swagger_generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build reference
// +build reference

package apiserver

Expand Down
1 change: 0 additions & 1 deletion internal/database/difactory/plugins_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build cgo
// +build cgo

package difactory

Expand Down
1 change: 0 additions & 1 deletion internal/database/difactory/plugins_nocgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build !cgo
// +build !cgo

package difactory

Expand Down
1 change: 0 additions & 1 deletion internal/database/sqlite3/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build cgo
// +build cgo

package sqlite3

Expand Down
1 change: 0 additions & 1 deletion internal/database/sqlite3/sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build cgo
// +build cgo

package sqlite3

Expand Down
1 change: 0 additions & 1 deletion internal/database/sqlite3/sqlite3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build cgo
// +build cgo

package sqlite3

Expand Down
1 change: 0 additions & 1 deletion internal/reference/generate_reference_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build reference
// +build reference

package reference

Expand Down
1 change: 0 additions & 1 deletion internal/reference/reference_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

//go:build !reference
// +build !reference

package reference

Expand Down