Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DuduPan committed Mar 27, 2023
1 parent 520e9dd commit f8059d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# go-gpp
Golang support for the IAB's GPP framework
Golang support for the IAB's GPP framework.

Provided the basic *Parse* and *Encode* methods for conversions between IAB-supported
sections and GPP strings, people other than CMPs are not encouraged to generate GPP strings
in production according to the IAB documentation.

For more information, please refer to https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform
2 changes: 1 addition & 1 deletion util/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (
)

func getByteSlice() []byte {
// Most string need to be encoded are less than 8 bytes.
// Most string to be encoded are less than 8 bytes.
return make([]byte, 0, 8)
}

Expand Down

0 comments on commit f8059d7

Please sign in to comment.