1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
techknowlogick 2020-03-20 10:29:31 -04:00 committed by GitHub
parent e5a008f7b2
commit 2fa1078911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 177 additions and 34 deletions

View file

@ -393,7 +393,7 @@ func (p *Buffer) Bytes() []byte { return p.buf }
// than relying on this API.
//
// If deterministic serialization is requested, map entries will be sorted
// by keys in lexographical order. This is an implementation detail and
// by keys in lexicographical order. This is an implementation detail and
// subject to change.
func (p *Buffer) SetDeterministic(deterministic bool) {
p.deterministic = deterministic