initial commits
parent
f1087433b8
commit
aa61aa1509
|
@ -0,0 +1,9 @@
|
|||
package fieldname
|
||||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-rfc2616/token"
|
||||
)
|
||||
|
||||
func Bytes(p []byte) ([]byte, []byte, bool) {
|
||||
return token.Bytes(p)
|
||||
}
|
Loading…
Reference in New Issue