Skip to content

Commit

Permalink
Move comment to now show up on godoc
Browse files Browse the repository at this point in the history
Comments above the package statement show up at the top of
https://godoc.org/github.com/valyala/fasthttp
  • Loading branch information
erikdubbelboer committed Oct 3, 2019
1 parent 28af1f1 commit af531ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bytesconv_table.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions bytesconv_table_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ func main() {
}
}

const pre = `// Code generated by go run bytesconv_table_gen.go; DO NOT EDIT.
const pre = `package fasthttp
// Code generated by go run bytesconv_table_gen.go; DO NOT EDIT.
// See bytesconv_table_gen.go for more information about these tables.
package fasthttp
`

0 comments on commit af531ad

Please sign in to comment.