gopkg icon indicating copy to clipboard operation
gopkg copied to clipboard

能否修改一下build.go文件?

Open suntsh opened this issue 10 years ago • 0 comments

现在生成的目录里面的readme.html文件的函数列表不带超级链接,查看起来不是很方便

bytes

bytes包实现了用于管理字节切片的函数,类似于strings包。

Constants

const MinRead = 512 Variables

var ErrTooLarge = errors.New("bytes.Buffer: too large") func Compare(a, b []byte) int func Contains(b, subslice []byte) bool func Count(s, sep []byte) int func Equal(a, b []byte) bool func EqualFold(s, t []byte) bool func Fields(s []byte) [][]byte func FieldsFunc(s []byte, f func(rune) bool) [][]byte func HasPrefix(s, prefix []byte) bool func HasSuffix(s, suffix []byte) bool func Index(s, sep []byte) int func IndexAny(s []byte, chars string) int

suntsh avatar Jul 21 '14 10:07 suntsh