https://github.com/danielgatis/go-utf8
A state machine based UTF8 parser
https://github.com/danielgatis/go-utf8
Last synced: 5 months ago
JSON representation
A state machine based UTF8 parser
- Host: GitHub
- URL: https://github.com/danielgatis/go-utf8
- Owner: danielgatis
- License: mit
- Created: 2024-01-28T13:32:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T20:10:29.000Z (over 1 year ago)
- Last Synced: 2025-03-30T10:11:18.211Z (about 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-utf8
[](https://goreportcard.com/report/github.com/danielgatis/go-utf8)
[](https://raw.githubusercontent.com/danielgatis/go-utf8/master/LICENSE)
[](https://godoc.org/github.com/danielgatis/go-utf8)
## Install
```bash
go get -u github.com/danielgatis/go-utf8
```
And then import the package in your code:
```go
import "github.com/danielgatis/go-utf8"
```
### Example
Please look at: [examples/parserlog/main.go](examples/parserlog/main.go)
## License
Copyright (c) 2024-present [Daniel Gatis](https://github.com/danielgatis)
Licensed under [MIT License](./LICENSE)