bbl / go-ansible

Go-ansible is a lightweight Golang package to run Ansible commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestions] Go mod support

maxkrivich opened this issue · comments

commented

It would be nice if you can add go mod support, as far as I see right now there no dependencies YET, but in the future, if you want to distribute this package it might help.

$ go mod init github.com/bbl/go-ansible

Hey @maxkrivich!
Thanks for the tip, it definitely makes sense. I've just added go mod support in 8ba248a.
Closing the issue. Please feel free to reopen if needed.