more usages of go2idl

This commit is contained in:
Daniel Smith
2016-08-30 11:57:03 -07:00
parent ac9e5496d9
commit db3e549bd1
3 changed files with 6 additions and 6 deletions

View File

@@ -25,8 +25,8 @@ import (
"strings"
"unicode"
go2idlparser "k8s.io/kubernetes/cmd/libs/go2idl/parser"
"k8s.io/kubernetes/cmd/libs/go2idl/types"
go2idlparser "k8s.io/gengo/parser"
"k8s.io/gengo/types"
)
// GetPublicFunctions lists all public functions (not methods) from a golang source file.