我刚学围棋,想知道是否有合并操作,如一种方式fmt.Printf("%t \n", f1)和fmt.Printf("%t \n", f2)在一起.
fmt.Printf("%t \n", f1)
fmt.Printf("%t \n", f2)
go
go ×1