Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
suntsh opened this issue Jul 21, 2014 · 0 comments
Open

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

suntsh opened this issue Jul 21, 2014 · 0 comments

Comments

@suntsh
Copy link

suntsh commented Jul 21, 2014

现在生成的目录里面的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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant