thinkeridea / go-extend

go语言扩展包,收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码
https://pkg.go.dev/github.com/thinkeridea/go-extend
MIT License
1.34k stars 158 forks source link

建议采用更宽松的license,目前的gpl不利于库被更多项目使用 #12

Closed yangjuncode closed 3 years ago

yangjuncode commented 3 years ago

go的编译基本只能静态编译,这样gpl的传染性导致所有的代码都得开源, 这样其实不利于本库得到更多的使用, 相当多的go库都采用mit license

thinkeridea commented 3 years ago

感谢你的提议,我准备在本周六日进行更换协议