1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
rke/vendor.go
2020-02-24 10:14:25 -07:00

10 lines
108 B
Go

// +build vendor
package main
import (
_ "github.com/go-bindata/go-bindata/go-bindata"
)
func main() {}