标签: go
在第28行的go-plinq(https://github.com/fanliao/go-plinq/blob/master/linq.go)中,有一行如上所列:
var _ = fmt.Println //for debugger
这句话有什么用?它有意义吗?
答案 0 :(得分:0)
防止imported and not used错误。
imported and not used
_为Blank identifier,请参阅here
_
Blank identifier