mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
8 lines
106 B
Go
8 lines
106 B
Go
//go:build !fixture
|
|
// +build !fixture
|
|
|
|
package persistence
|
|
|
|
func addFollowersFixtureData() {
|
|
// no-op
|
|
}
|