issues
search
qaisjp
/
go-discord-irc
The Discord and IRC bridge with puppets! An IRC user is created for each Discord user, messages from IRC seamlessly appear on Discord, and Discord mentions are automagically converted to and from IRC.
MIT License
113
stars
32
forks
source link
Makefile: Fix go build argument
#142
Closed
codeurimpulsif
closed
1 year ago
codeurimpulsif
commented
2 years ago
Goal
Remove
-i
flag from Go build in Makefile
Information
Since Go 1.17,
-i
flag
is deprecated
Goal
-i
flag from Go build in MakefileInformation
Since Go 1.17,
-i
flag is deprecated