:D
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Which package should gofmt "autoimport" when it sees a 'template' qualifier? html/template or text/template or github.com/somenick/template?
-j
gofmt does not change code, it reformats it. Your code behaves exactly
the same before and after gofmt. And in my opinion this should not
change, not even with a flag.
--
Yes. I'll be adding that for internal Google usage.
Yes. I'll be adding that for internal Google usage.
Okay. Don't use it then.
Also: write tests.
I'm seriously not worried.
A hundred things worry me more than os.RemoveAll("/") calling the standard library's pkg os and not github.com/foo/testingmock/os.RemoveAll
I'm seriously not worried.
A hundred things worry me more than os.RemoveAll("/") calling the standard library's pkg os and not github.com/foo/testingmock/os.RemoveAll
export PATH=$HOME/SDK/go_appengine:$PATH
export GOPATH=$HOME/__WORK/_go/libs-external:$HOME/__WORK/_go/libs:$HOME/__WORK/_go/_projects:$HOME/SDK/go_appengine/goroot
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
export PATH=$HOME/SDK/go_appengine:$PATH
export GOPATH=$HOME/__WORK/_go/libs-external:$HOME/__WORK/_go/libs:$HOME/__WORK/_go/_projects:$HOME/SDK/go_appengine/gopath