Thanks for you confirmation.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.goog
Le lundi 4 juillet 2016 02:25:06 UTC, Jingguo Yao a écrit :
>
> Take the following code as an example:
>
>
> package main
> import (
> "fmt"
> )
> const (
> First int64 = iota
> Second
> )
> const (
> One int64 = 1
> Two = 2
> )
> func main() {
> fmt.Printf("First type: %T, Second typ
Le lundi 4 juillet 2016 02:25:06 UTC, Jingguo Yao a écrit :
>
> Take the following code as an example:
>
>
> package main
> import (
> "fmt"
> )
> const (
> First int64 = iota
> Second
> )
> const (
> One int64 = 1
> Two = 2
> )
> func main() {
> fmt.Printf("First type: %T, Second typ