当前标签:import


go import导入包别名等扩展用法

go import导入包别名等扩展用法

2021-04-04 2140 2889
go开发中经常需要导入官方包或第三方包,import导入包别名等扩展用法import( "fmt" //1.正常import代码包 //"github.com/syyongx/php2go"//php2go.Strtoupper("abc") //2.使用别名操作 //php"github.com/syyong