Golang implementation ANProto: the Authenticated and Non-networked protocol or ANother protocol
at main 15 lines 386 B view raw view rendered
1# goan 2 3Golang implementation [ANProto](https://github.com/evbogue/ANProto): the Authenticated and Non-networked protocol or ANother protocol 4 5## Testing 6 7Integration tests verify that messages can be opened back and forth from the javascript implementation and golang. 8 9- Copy [`an.js`](https://github.com/evbogue/ANProto/blob/main/an.js) to `./an.js` 10 11Run: 12 13``` 14go test ./... -v 15```