1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 11:36:27 +00:00
rke/vendor.go

10 lines
108 B
Go
Raw Normal View History

2020-02-13 22:55:19 +00:00
// +build vendor
package main
import (
_ "github.com/go-bindata/go-bindata/go-bindata"
)
func main() {}