An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# go-utf8

[![Go Report Card](https://goreportcard.com/badge/github.com/danielgatis/go-utf8?style=flat-square)](https://goreportcard.com/report/github.com/danielgatis/go-utf8)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/danielgatis/go-utf8/master/LICENSE)
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](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)