Sign in
vanadium
/
release.go.x.ref
/
778cb7ec1695002cb5f2c6f0b65a71a22c0fbc59
/
.
/
profiles
/
roaming
/
gce_other.go
blob: b528aa28b8e1fd6a5567bf4113599142fbc0535d [
file
] [
log
] [
blame
]
// +build !linux
package roaming
import (
"net"
"veyron2"
"veyron2/config"
)
func handleGCE(veyron2.Runtime, *config.Publisher) *net.IPAddr {
return nil
}