mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-10 17:20:06 +08:00
10 lines
97 B
Go
10 lines
97 B
Go
|
package sync_test
|
||
|
|
||
|
import (
|
||
|
. "github.com/onsi/ginkgo"
|
||
|
)
|
||
|
|
||
|
var _ = Describe("Sync", func() {
|
||
|
|
||
|
})
|