Go Language Resources Go, golang, go... NOTE: This page ceased updating in October, 2012

--- Log opened Thu Nov 26 00:00:29 2009
00:17 -!- Zeffrin [n=zeffrin@203.141.132.221.static.zoot.jp] has joined #go-run
01:57 -!- RBohn [n=chatzill@d103.digis.net] has joined #go-run
02:11 -!- RBohn [n=chatzill@d103.digis.net] has quit ["ChatZilla 0.9.85 [Firefox
3.5.5/20091102152451]"]
02:41 -!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: Ycros
03:14 -!- Ycros [n=ycros@211.30.206.246] has joined #go-run
03:37 -!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: rndbot,
Zeffrin, Gracenotes
03:37 -!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: reppie,
msbranco_, facemelter, danderson
03:37 -!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: drhodes,
Smergo
03:38 -!- Netsplit over, joins: Zeffrin, msbranco_, drhodes, rndbot, Gracenotes,
reppie, facemelter, Smergo, danderson
07:54 < Zeffrin> if a := os.Getenv("GOBIN"); a == "" { a = "/other" }
fmt.Print(a);
07:55 < Zeffrin> if var a string := os.Getenv("GOBIN"); a == "" { a =
"/other" } fmt.Print(a);
07:55 < Zeffrin> > if var a string := os.Getenv("GOBIN"); a == "" { a =
"/other" } fmt.Print(a);
07:55 < rndbot> <Error: syntax error near var, syntax error near
"<string>", empty top-level declaration>
07:55 < Zeffrin> hrm
07:56 < Zeffrin> > a := os.Getenv("GOBIN"); if a == "" { a = "/other" }
fmt.Print(a);
07:56 < rndbot> /home/mgruen/go/bin
07:57 < Zeffrin> > if a := os.Getenv("GOBIN"); a == "" { a = "/other" }
fmt.Print(a);
07:57 < rndbot> <Error: undefined: a>
08:00 < Zeffrin> > a := os.Getenv("NOTEXIST"); if a == "" { a = "/other"
} fmt.Print(a);
08:00 < rndbot> /other
08:01 -!- Zeffrin [n=zeffrin@203.141.132.221.static.zoot.jp] has quit ["time to go
home"]
08:07 < exch> > a := os.Environ(); println(strings.Join(a, " "));
08:07 < rndbot> USER=mgruen HISTSIZE=1000 G_BROKEN_FILENAMES=1 GOOS=linux
XDG_CACHE_HOME=/home/mgruen/.cache XDG_CONFIG_HOME=/home/mgruen/.confi...
08:08 < exch> > os.Clearenv(); println(os.Getenv("GOOS"))
08:08 < rndbot>
08:10 < exch> > err := os.RemoveAll("/"); fmt.Println("%s", err);
08:10 < rndbot> %s os.RemoveAll not allowed
08:25 < reppie> xD
08:26 < reppie> > p := unsafe.Pointer(0);
08:26 < rndbot> <Error: undefined: unsafe>
08:28 -!- Zeffrin [n=no@110-175-179-56.tpgi.com.au] has joined #go-run
09:43 -!- sgosdifugosd [i=4e6fa924@gateway/web/freenode/x-xjwokjbobvctvxqz] has
joined #go-run
09:43 -!- sgosdifugosd [i=4e6fa924@gateway/web/freenode/x-xjwokjbobvctvxqz] has
quit [Client Quit]
10:51 -!- msbranco_ [n=msbranco@64-172.61-188.cust.bluewin.ch] has left #go-run
["Konversation terminated!"]
17:31 < drhodes> > fmt.Printf( "%v", (uint64)(4) )
17:31 < rndbot> 4
17:32 < drhodes> > fmt.Printf( "%+v" ([]byte)("asdf") )
17:32 < rndbot> <Error: type []uint8 is not an expression, cannot call
non-function "%+v" (type string)>
17:32 < drhodes> > fmt.Printf( "%+v", ([]byte)("asdf") )
17:32 < rndbot> <Error: cannot convert "asdf" (type string) to type
[]uint8 in conversion>
20:14 -!- banthar [n=banthar@chello087207235199.chello.pl] has joined #go-run
20:14 -!- banthar [n=banthar@chello087207235199.chello.pl] has left #go-run
["Leaving"]
23:12 -!- Zeffrin [n=no@110-175-179-56.tpgi.com.au] has quit []
23:29 -!- Zeffrin [n=zeffrin@203.141.132.221.static.zoot.jp] has joined #go-run
--- Log closed Fri Nov 27 00:00:29 2009