8 lines
100 B
Go
8 lines
100 B
Go
// +build cluster_etcdint
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/sdstack/storage/cluster/etcdint"
|
|
)
|