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

https://github.com/database64128/domain-set-go

Domain matching in Go.
https://github.com/database64128/domain-set-go

Last synced: 7 months ago
JSON representation

Domain matching in Go.

Awesome Lists containing this project

README

          

# domain-set-go

Domain matching in Go.

Most of the code has been upstreamed to [shadowsocks-go](https://github.com/database64128/shadowsocks-go).

## Run Benchmarks

Place your domain set file in the repo directory as `test-domainset.txt`, then run:

```bash
go test -v -benchmem -bench . ./...
```

## License

[AGPLv3](LICENSE)