mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-29 11:33:48 +01:00
7 lines
108 B
Go
7 lines
108 B
Go
|
//go:build ios
|
||
|
// +build ios
|
||
|
|
||
|
package testutil
|
||
|
|
||
|
func CreatePGDB() (func(), error) { return func() {}, nil }
|