github.com/searKing/golang/go@v1.2.74/encoding/prettyjson/tables.go (about) 1 // Copyright 2023 The searKing Author. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package prettyjson 6 7 import "unicode/utf8" 8 import _ "unsafe" 9 10 //go:linkname htmlSafeSet encoding/json.htmlSafeSet 11 var htmlSafeSet [utf8.RuneSelf]bool 12 13 //go:linkname safeSet encoding/json.safeSet 14 var safeSet [utf8.RuneSelf]bool