mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 11:21:08 +00:00
10 lines
108 B
Go
10 lines
108 B
Go
// +build vendor
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/go-bindata/go-bindata/go-bindata"
|
|
)
|
|
|
|
func main() {}
|