refactor(persistence): remove redundant build line constraints

This commit is contained in:
Tommaso Gragnato 2025-11-02 16:17:05 +01:00
parent af014a0c06
commit 22fa4a4821
No known key found for this signature in database
GPG Key ID: E4345A2BE53026FC
4 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
//go:build cgo
// +build cgo
package persistence

View File

@ -1,5 +1,4 @@
//go:build cgo
// +build cgo
package persistence

View File

@ -1,5 +1,4 @@
//go:build !cgo
// +build !cgo
package persistence

View File

@ -1,5 +1,4 @@
//go:build cgo
// +build cgo
package persistence