Using tenv as a Go module? #233
|
Hi all, I was wondering if From what I understand, reading documentation and code, Given the current state, would you recommend to use Thank you in advance for your help! Best regards, |
Replies: 2 comments 11 replies
|
Hi @corrieriluca, The Go API did not change often (although sometimes new feature or fix need it), however we haven't set compatibility goal on it. Usage could look like : for more on VersionManager available method (see go doc). |
|
@corrieriluca I think that you can use it as go library. We change the major version in case of changing anything major in the behavior. |
Hi @corrieriluca,
The Go API did not change often (although sometimes new feature or fix need it), however we haven't set compatibility goal on it.
Usage could look like :
for more on VersionManager available method (see go doc).