initial commits

master
Charles Iliya Krempeaux 2023-12-09 15:34:47 -08:00
parent f1087433b8
commit aa61aa1509
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package fieldname
import (
"sourcecode.social/reiver/go-rfc2616/token"
)
func Bytes(p []byte) ([]byte, []byte, bool) {
return token.Bytes(p)
}