-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds maxsize.go that generates {typeName}MaxSize() functions - Adds maxtotalbytes annotation that limits the total number of bytes that a struct field can encode to - Adds allocbound handling to string types
- Loading branch information
1 parent
883d17f
commit f1cd809
Showing
9 changed files
with
293 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ msgp/cover.out | |
*~ | ||
*.coverprofile | ||
.idea/ | ||
cover.out | ||
.vscode/ | ||
cover.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.