Closed uztbt closed 5 years ago
@KenjiTakahashi
Thanks for merging!
Could you make a new tag such as v0.9.1?
I'm asking this beceuse Go programs that rely on this battery module still get v0.9.0, which does not have go.mod
and go.sum
.
Added new tag now. Sorry for the delay!
Why did I make this PR?
When I compiled my program that is using this battery module, the following line was added to my module's go.mod.
It is due to the absence of go.mod, and I'd like the battery to manage its dependencies by itself.