1Easygeneralโฑ 45sWhich keyword declares a variable in Go with type inference?๐โผAvarB:=CletDconst
2Easygeneralโฑ 45sWhat does `go func(){}()` do?๐โผADefines a normal function callBLaunches the function as a new goroutine running concurrentlyCDeclares a generic functionDImports a package