goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 45 forks source link

Travis CI and/or automated code tests #180

Closed utdrmac closed 3 years ago

utdrmac commented 3 years ago

Please consider adding a .travis.yml file or using GitHub CI to this repo for automated testing to catch things like this; function is mispelled.

func (c *Client) CurrentContstants() Constants {
    return *c.networkConstants
}
utdrmac commented 3 years ago

Well, I don't see how CI would catch spelling errors. Closing.