> Have you tried with gofmt 1.9 locally before posting?
of course. that is what i showed in the original post:
$ go version
go version go1.9 darwin/amd64
$ gofmt t.go
package main
import (
"fmt"
)
type myint = int
func main() {
var ii myint = 5
fmt.Println("Hello, playground#", ii)
}
in fact i'll do you one better, i'll use the gofmt from the install
pkg for darwin:
$ ~/Desktop/go1.9/com.googlecode.go.pkg/usr/local/go/bin/gofmt t.go
package main
import (
"fmt"
)
type myint = int
func main() {
var ii myint = 5
fmt.Println("Hello, playground#", ii)
}
$ shasum -a 256 ~/Desktop/go1.9/com.googlecode.go.pkg/usr/local/go/bin/gofmt
fa981abec944ac991eb8930dbd104b7ff7c4ecae053ef5de8db723d741abe38c
~/Desktop/go1.9/com.googlecode.go.pkg/usr/local/go/bin/gofmt
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.