Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexferl/xnet

V port of Golang's net/ip
https://github.com/alexferl/xnet

v vlang vlang-module

Last synced: 9 days ago
JSON representation

V port of Golang's net/ip

Awesome Lists containing this project

README

        

# xnet
V port of Golang's [net/ip](https://github.com/golang/go/blob/master/src/net/ip.go).

## Development

```
$ git clone https://github.com/alexferl/xnet.git
$ cd xnet
$ make dev
```

To run the tests:

```
$ make test
```