package main import "fmt" func main() { a := make(map[int32] bool, 0) a[10] = true fmt.Println(a[1]) if _, ok := a[1]; ok != true{ fmt.Println("sdasdsadsa") } }
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comment ( 0 )