aboutsummaryrefslogtreecommitdiff
path: root/bytesconv_table.go
AgeCommit message (Collapse)AuthorFilesLines
2024-01-07refactor: move manually created tchar table to bytesconv_table_gen (#1689)Gravatar nickajacks1 1-2/+3
2019-10-03Move comment to now show up on godocGravatar Erik Dubbelboer 1-1/+2
Comments above the package statement show up at the top of https://godoc.org/github.com/valyala/fasthttp
2019-09-28Use 'go generate' in bytesconv.go (#663)Gravatar ZhangYunHao 1-0/+9
* Add bytesconv_table_gen.go