1
0
mirror of https://github.com/golang/go synced 2024-11-26 05:48:05 -07:00

Add new API to api/next.txt

This commit is contained in:
Carl Johnson 2022-03-04 09:47:59 -05:00
parent 4cd3ab195b
commit 51b735066e

View File

@ -3,3 +3,5 @@ pkg encoding/binary, type AppendByteOrder interface, AppendUint16([]uint8, uint1
pkg encoding/binary, type AppendByteOrder interface, AppendUint32([]uint8, uint32) []uint8
pkg encoding/binary, type AppendByteOrder interface, AppendUint64([]uint8, uint64) []uint8
pkg encoding/binary, type AppendByteOrder interface, String() string
pkg net/url, func JoinPath(string, ...string) (string, error)
pkg net/url, method (*URL) JoinPath(...string) *URL