mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-02-03 04:53:15 +00:00
removes legacy "disable_torrent" flags
This commit is contained in:
parent
19807f7890
commit
271922ba61
@ -1,6 +1,3 @@
|
||||
//go:build !disable_torrent
|
||||
// +build !disable_torrent
|
||||
|
||||
package communities
|
||||
|
||||
import (
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
//go:build !disable_torrent
|
||||
// +build !disable_torrent
|
||||
|
||||
package communities_test
|
||||
|
||||
import (
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
//go:build !disable_torrent
|
||||
// +build !disable_torrent
|
||||
|
||||
package communities
|
||||
|
||||
import (
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
//go:build integration && !disable_torrent
|
||||
// +build integration,!disable_torrent
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package communities_test
|
||||
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
//go:build !disable_torrent
|
||||
// +build !disable_torrent
|
||||
|
||||
package communities_test
|
||||
|
||||
import (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user