mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 11:36:27 +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() {}
|