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

--- Log opened Fri Nov 20 00:00:28 2009
00:57 < rbohn> >l fmt.Printf("%#v", [...]int{1,2,3,7,8,9})
00:58 < rbohn> > fmt.Printf("%#v", [...]int{1,2,3,7,8,9})
00:58 < rndbot> [6]int{1, 2, 3, 7, 8, 9}
00:58 < rbohn> > fmt.Printf("%+v", [...]int{1,2,3,7,8,9})
00:58 < rndbot> [1 2 3 7 8 9]
01:12 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Remote closed the
connection]
01:13 -!- rndbot [n=bot@wikipedia/Gracenotes] has quit [Remote closed the
connection]
01:20 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
01:31 -!- Gracenotes_ [n=person@wikipedia/Gracenotes] has joined #go-run
01:33 -!- rndbot [n=bot@wikipedia/Gracenotes] has joined #go-run
01:33 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Nick collision from
services.]
01:46 < Gracenotes> > int[]{1,2,3}[1:]
01:46 < rndbot> <Error: syntax error near int>
01:46 < Gracenotes> > []int{1,2,3}[1:]
01:46 < rndbot> <Error: syntax error near 1>
01:47 < Gracenotes> > rar := []int{1,2,3}; fmt.Print(rar[1:])
01:47 < rndbot> <Error: syntax error near 1>
01:48 < Gracenotes> odd..  I did compile the newest version.  hum.
02:18 < sladegen> > import "path" ; func main() { print
(path.Join("files","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"));}
02:18 < rndbot> <Error: syntax error near import, syntax error near
"<string>">
02:18 < sladegen> > package main ; import "path" ; func main() { print
(path.Join("files","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"));}
02:18 < rndbot> <Error: syntax error near package, syntax error near
"<string>">
02:19 < Gracenotes> remember, I compile: package main \n import
(<necessary modules>) \n func main() { <your line> }
02:20 < sladegen> > print
(path.Join("files","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"));
02:20 < rndbot> <Error: undefined: path>
02:21 < Gracenotes> :/ I need to disable path-walking, though -.-
02:21 < Gracenotes> actually, nevermind, it just calls Lstat
02:21 < Gracenotes> @eval
path.Join("files","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
02:21 < rndbot> files/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
02:23 < Gracenotes> @eval os.Lstat("/")
02:23 < rndbot> <Error: implicit assignment of (dir *os.Dir, err
os.Error) field 'dir' in ...>
02:23 < Gracenotes> > b, e := os.Lstat("/"); fmt.Print(b, e)
02:23 < rndbot> <nil>os.Lstat not allowed
02:24 < sladegen> good for you
02:39 -!- rndbot [n=bot@wikipedia/Gracenotes] has quit [Read error: 60 (Operation
timed out)]
02:52 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Connection timed
out]
02:54 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
03:44 -!- rndbot [n=bot@wikipedia/Gracenotes] has joined #go-run
04:23 -!- sladegen [n=nemo@unaffiliated/sladegen] has quit [Nick collision from
services.]
04:24 -!- sladegen [n=nemo@unaffiliated/sladegen] has joined #go-run
04:50 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Connection timed
out]
04:52 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
04:53 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Remote closed the
connection]
04:55 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
05:01 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Remote closed the
connection]
05:03 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
05:11 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit ["Leaving"]
05:29 -!- rndbot [n=bot@wikipedia/Gracenotes] has quit [Remote closed the
connection]
05:40 -!- rndbot [n=bot@wikipedia/Gracenotes] has joined #go-run
06:38 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
06:39 < Gracenotes> eesh, my connection isn't so good, is it
06:48 < sladegen> and there is no atomic war even.
06:49 < Gracenotes> there might be one between my university and IRC :/
11:22 -!- bquinn [n=bquinn@nat/yahoo/x-pyxliludlncmzhsx] has joined #go-run
17:13 -!- bquinn [n=bquinn@nat/yahoo/x-pyxliludlncmzhsx] has quit []
18:06 -!- lemon [n=lemon@114-45-233-128.dynamic.hinet.net] has joined #Go-Run
18:12 -!- lemon [n=lemon@114-45-233-128.dynamic.hinet.net] has quit [Client Quit]
20:28 -!- bquinn [n=bquinn@office.velleman.com] has joined #go-run
21:01 -!- sergio [n=sergio@unaffiliated/sergio] has quit [Remote closed the
connection]
21:03 -!- bquinn [n=bquinn@office.velleman.com] has quit []
21:14 -!- bquinn [n=bquinn@office.velleman.com] has joined #go-run
21:14 -!- bquinn [n=bquinn@office.velleman.com] has quit [Client Quit]
23:26 -!- rbohn [n=rbohn@192.206.100.4] has quit ["ChatZilla 0.9.85 [Firefox
3.0.15/2009101601]"]
--- Log closed Sat Nov 21 00:00:28 2009