Skip to content

BinaryPaean/go-telehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-telehash

Version 0.0

Implementation of TeleHash in go.

As "switch" is a reserved word in go, TeleHash switches are called "exchanges" in this implementation.

Currently, I'm considering what types will be most useful for the Telex definition. Go will parse JSON into pre-defined structs nicely, but as each Telex has many optional fields as well as free-form message body, a lot of stuff may get dumped into untyped arrays. See this work in progress in telex.go and telex_test.go.

One test is currently written and passing, run "go test" in the telex directory to see what is going on.

About

go implementation of TeleHash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages