const go/scanner.bom
4 uses
go/scanner (current package)
scanner.go#L51: const bom = 0xFEFF // byte order mark, only permitted as very first character
scanner.go#L72: } else if r == bom && s.offset > 0 {
scanner.go#L141: if s.ch == bom {
scanner.go#L927: if ch != bom {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |