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

--- Log opened Sun Mar 07 00:00:21 2010
00:01 < uriel> hstimer: use json
00:01 -!- nettok_ [~netto@200.119.151.4] has quit [Ping timeout: 248 seconds]
00:02 < uriel> (there is a PB implementation, nagg google to release it)
00:02 < exch> I've been studying protocl buffers for a bit and I honestly
can't decide whether to be happy or cry
00:02 < hstimer> uriel: I need something a bit higher performance than json
00:03 < uriel> hstimer: what are you doing?
00:04 < hstimer> lots of numerical data moving around a cluster
00:05 < hstimer> going back and forth into and out of text is unwanted
overhead
00:05 -!- wuehlmaus [~wuehlmaus@p4FCC3B93.dip.t-dialin.net] has quit [Read error:
Operation timed out]
00:05 < exch> fair enough
00:05 -!- wuehlmaus [~wuehlmaus@p4FCC3FC6.dip.t-dialin.net] has joined #go-nuts
00:08 -!- tokuhirom [~tokuhirom@s230.GtokyoFL21.vectant.ne.jp] has quit [Ping
timeout: 265 seconds]
00:10 -!- tokuhirom [~tokuhirom@s230.GtokyoFL21.vectant.ne.jp] has joined #go-nuts
00:12 < uriel> hstimer: well, then I'd use either gob or nagg google again
about PB
00:12 < uriel> (or you could implement Thrift ;) (if nobody has done so
already))
00:13 < hstimer> gob looks slow because of the reflection
00:13 < uriel> define 'slow', have you used it and profiled it?
00:13 < hstimer> and it is Go only -- I don't want to have to implement gob
elsewhere
00:14 < uriel> well, that is a good reason
00:15 < uriel> as I said, then you should ask for PB, the implementation
exists, it just has not been released for absolutely unkown reasons
00:15 < hstimer> yes...  very strange that it hasn't
00:15 -!- nettok__ [~netto@200.119.151.4] has quit [Quit: Ex-Chat]
00:17 < uriel> specially given that the reasons I have heard from googlers
made zero sense (they said it would be part of the next PB release, but the PB
maintainer said the next PB release will be c++ only and that even python and java
will be pushed out-of-tree)
00:18 -!- mejja [~user@c-68b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
quit [Remote host closed the connection]
00:18 < uriel> maybe nickjohnson knows more, he wanted PB in Go, and is at
Google, he must have been able to figure out WTF is going on...  ;)
00:19 < hstimer> it appears that they are only officially supporting c++,
but there are plenty of other non-google implementations
http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
00:20 < uriel> hstimer: yes, but the reason I have heard why the go
implementatio was not released was that it would be part of the next official PB
release, or something like that
00:20 -!- XenoPhoenix
[411510ae7b@cpc5-aztw24-2-0-cust39.aztw.cable.virginmedia.com] has quit [Remote
host closed the connection]
00:20 < hstimer> given that Go is a static language, it seems like building
PB into the compiler would be a better fit than gob
00:21 -!- nettok [~netto@200.119.151.4] has joined #go-nuts
00:21 < hstimer> of course it is so easy to parse Go that it doesn't really
need to be in the compiler
00:22 < hstimer> (I don't want to write PB files, I just want to annotate my
structures and have the PB processor pick it up)
00:23 < uriel> rob had some plans for PB and Go, I'm not sure what they
were, or if part of the reason the existing PB implementation has not been
released is that it is being replaced with Rob's new ideas...
00:24 < hstimer> of course if you write the .proto file, it can be picked up
by the other languages....  maybe the Go PB processor could output a .proto from
the annotations in the go code
00:35 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Ping timeout: 245
seconds]
00:39 -!- [Pete_27] [~noname@115-64-1-61.static.tpgi.com.au] has quit [Ping
timeout: 240 seconds]
00:39 -!- hstimer [~hstimer@2002:465a:aa25:0:226:bbff:fe05:dd9b] has quit [Quit:
hstimer]
00:42 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
00:45 -!- ahihi [~generic@cs27127176.pp.htv.fi] has joined #go-nuts
00:52 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
00:56 -!- nettok [~netto@200.119.151.4] has quit [Ping timeout: 276 seconds]
00:57 -!- [Pete_27] [~noname@115-64-1-61.static.tpgi.com.au] has joined #go-nuts
00:58 -!- hstimer [~hstimer@c-98-234-25-125.hsd1.ca.comcast.net] has joined
#go-nuts
01:03 -!- [Pete_27] [~noname@115-64-1-61.static.tpgi.com.au] has quit [Ping
timeout: 264 seconds]
01:05 -!- [Pete_27] [~noname@115-64-1-61.static.tpgi.com.au] has joined #go-nuts
01:06 -!- nettok__ [~netto@200.119.151.4] has joined #go-nuts
01:10 -!- nettok_ [~netto@200.119.151.4] has quit [Ping timeout: 264 seconds]
01:12 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
01:16 -!- nettok__ [~netto@200.119.151.4] has quit [Ping timeout: 276 seconds]
01:26 -!- nettok__ [~netto@200.119.151.4] has joined #go-nuts
01:29 -!- nettok_ [~netto@200.119.151.4] has quit [Ping timeout: 252 seconds]
01:30 -!- nettok__ [~netto@200.119.151.4] has quit [Client Quit]
01:30 -!- nettok [~netto@200.119.151.4] has joined #go-nuts
01:36 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Quit: Leaving.]
01:37 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
01:45 -!- zab [~zab@60-240-60-119.tpgi.com.au] has quit [Quit: zab]
01:51 < plexdev> http://is.gd/9R10D by [Andrew Gerrand] in
go/src/pkg/regexp/ -- regexp: add ReplaceAllFunc and ReplaceAllStringFunc
01:51 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has quit
[Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100214235958]]
01:52 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has quit [Quit: ak2]
01:59 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Quit: Leaving.]
02:01 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has quit [Read
error: Connection reset by peer]
02:02 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
02:05 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has quit [Quit:
exit]
02:06 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined
#go-nuts
02:26 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has joined #go-nuts
02:30 -!- reillyeon [~reillyeon@jane.qotw.net] has left #go-nuts []
02:30 -!- bmm [~bram@195-240-186-6.ip.telfort.nl] has quit [Ping timeout: 276
seconds]
02:39 -!- samitheberber [~saada@melkinpaasi.cs.helsinki.fi] has joined #go-nuts
02:41 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has quit [Quit: ak2]
02:48 -!- comboy [~comboy@tesuji.pl] has quit [Read error: Connection reset by
peer]
02:51 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
02:51 -!- asmo_ [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Read error: Connection reset by peer]
02:56 -!- nettok [~netto@200.119.151.4] has quit [Ping timeout: 265 seconds]
03:15 -!- nettok [~netto@200.119.151.4] has joined #go-nuts
03:15 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has joined #go-nuts
03:23 -!- tux21b [~christoph@90.146.60.30] has quit [Ping timeout: 245 seconds]
03:27 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
03:31 -!- nettok [~netto@200.119.151.4] has quit [Ping timeout: 240 seconds]
03:32 -!- nettok__ [~netto@200.119.151.4] has joined #go-nuts
03:37 -!- nettok_ [~netto@200.119.151.4] has quit [Ping timeout: 276 seconds]
03:49 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has joined #go-nuts
03:49 -!- nettok__ [~netto@200.119.151.4] has quit [Ping timeout: 246 seconds]
03:52 -!- zhangjing [~zhangjing@116.232.125.152] has joined #go-nuts
04:00 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
04:04 -!- nettok [~netto@200.119.151.4] has joined #go-nuts
04:05 -!- yatoo [~marcus@host86-158-49-120.range86-158.btcentralplus.com] has quit
[Ping timeout: 268 seconds]
04:14 -!- zhangjing [~zhangjing@116.232.125.152] has left #go-nuts []
04:18 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
04:20 -!- nettok_ [~netto@200.119.151.4] has quit [Client Quit]
04:21 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Quit: (
www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )]
04:21 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
04:21 -!- nettok [~netto@200.119.151.4] has quit [Ping timeout: 245 seconds]
04:25 -!- crazy2be [~justin@d205-206-130-118.abhsia.telus.net] has joined #go-nuts
04:26 -!- mrd` [~matthew@shinobi.dempsky.org] has quit [Remote host closed the
connection]
04:31 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 265 seconds]
04:32 -!- nettok_ [~netto@200.119.151.4] has quit [Quit: Ex-Chat]
04:32 -!- nettok [~netto@200.119.151.4] has joined #go-nuts
04:33 -!- anticw [~anticw@c-67-169-41-113.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
04:34 -!- anticw [~anticw@c-67-169-41-113.hsd1.ca.comcast.net] has joined #go-nuts
04:34 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
04:35 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
622 seconds]
04:36 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has quit [Quit:
nchaimov]
04:40 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 264 seconds]
04:41 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
04:44 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined
#go-nuts
04:46 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
04:48 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Ping
timeout: 276 seconds]
04:49 -!- nettok [~netto@200.119.151.4] has quit [Ping timeout: 245 seconds]
04:52 -!- nettok__ [~netto@200.119.151.4] has joined #go-nuts
04:55 -!- nettok_ [~netto@200.119.151.4] has quit [Ping timeout: 252 seconds]
04:56 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
04:57 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
04:59 -!- crazy2be [~justin@d205-206-130-118.abhsia.telus.net] has left #go-nuts
[]
04:59 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has quit [Quit:
nchaimov]
05:01 -!- nettok__ [~netto@200.119.151.4] has quit [Ping timeout: 276 seconds]
05:04 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined
#go-nuts
05:09 -!- Demp [~Demp@bzq-79-183-0-242.red.bezeqint.net] has quit [Read error:
Connection reset by peer]
05:10 -!- Demp [~Demp@bzq-79-183-0-242.red.bezeqint.net] has joined #go-nuts
05:15 -!- nettok_ [~netto@200.119.151.4] has quit [Ping timeout: 265 seconds]
05:25 -!- Khazar [~Surrador@201.160.235.225.cable.dyn.cableonline.com.mx] has
joined #go-nuts
05:28 -!- no_mind [~orion@122.173.224.89] has quit [Remote host closed the
connection]
05:32 < ak2> how do i write code to read a text file line by line?
05:32 < ak2> is there any existing package that i can use?
05:32 < ak2> or i'll need to implement it from ground up?
05:32 < anticw> bufio
05:32 -!- nettok_ [~netto@200.119.151.4] has joined #go-nuts
05:36 -!- nettok_ [~netto@200.119.151.4] has quit [Client Quit]
05:37 -!- nettok [~netto@200.119.151.4] has joined #go-nuts
05:38 < ak2> anticw: is there a way to read line by line?
05:38 < anticw> yes
05:38 < anticw> did you check the docs?
05:39 < ak2> i'm reading them right now
05:39 < anticw> hint: ReadString('\n')
05:40 < ak2> yeah..  got it
05:40 < ak2> thanks
05:40 < ak2> anticw: what package to use for string processing?  tokenizing?
05:42 < anticw> to do what?
05:42 < anticw> just read lines or split them up?
05:43 < ak2> read lines and split them up
05:43 < ak2> "This is a line" -> ["This
05:43 < ak2> ["This", "is","a","line"]
05:43 < ak2> Essentially trying to do this for ints and not strings
05:44 < anticw> strings.Split
05:45 < ak2> ok
05:47 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has quit [Quit: adu]
05:52 -!- Khazar [~Surrador@201.160.235.225.cable.dyn.cableonline.com.mx] has left
#go-nuts []
05:57 < ak2> anticw: so, i need to use ioutil to ReadFile
05:57 < ak2> and then use the byte[] with the bufio?
05:57 < anticw> no
05:57 < ak2> i cant figure out how to open a file
05:58 < anticw> os.Open
05:58 < anticw> to get buffered IO for ReadString se bufio.NewReader
05:58 < ak2> oh
05:58 < ak2> ok
06:06 < anticw> ak2: want an example?
06:06 < ak2> that'll be helpful
06:08 < anticw> http://stupidest.org/Go/ak2_1.go
06:09 < anticw> it's actually arguable possible to get a valid string and
error code/eof at the same time
06:09 < anticw> im not sure any of the libraries do this, but if you wanted
to be robust you would have to check for that
06:09 < ak2> ok
06:09 < anticw> iant: actually, result, err := SomeFoo()
06:09 < anticw> iant: what is the idomatic behavior there?
06:10 < ak2> thanks for the example..  i'm trying it now
06:10 < kmeyer> anticw: probably want fatal() to exit as well
06:10 < anticw> ah right
06:10 < anticw> it should, i just did that now so well, it's probably got
other issues
06:10 < kmeyer> right
06:11 < anticw> fixed
06:11 < kmeyer> no point overanalyzing quick demo code :P
06:11 < anticw> well, it should be correct
06:11 < kmeyer> I guess
06:11 < anticw> i was going to make some more details docs / FAQ stuff
actually
06:11 < kmeyer> that sounds like a great idea
06:12 < anticw> i have probably 50-100 snippets of test code and examples
ive done i should probably just clean up and put out there
06:12 < kmeyer> cool
06:13 < kmeyer> I've only fairly recently started taking a serious look at
Go, so I can't say I've built up a large corpus of useful, 'correct' code
06:13 < anticw> oh, i never said it was correct :-)
06:13 < kmeyer> But a nice FAQ / reference would be really neat
06:14 < anticw> but i see a lot of questions here, so a reference for basic
questions and maybe a Go for Python Programmers
06:14 < anticw> or something
06:14 < anticw> there seem to be a lot of those
06:14 < kmeyer> (Though, the Go tutorial / Effective Go are a nicely
comprehensive starting point)
06:14 < anticw> Effective Go is excellent
06:14 < kmeyer> Go for X (insert Python, Java, etc.) ;)
06:15 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
06:15 < anticw> I'll do Python / C ...  someone else can do Java
06:18 < anticw> ak2: the other question i see here i was expecting was how
to convert a string to an int
06:19 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 252 seconds]
06:27 < kmeyer> I'd be happy to do some translation of such a FAQ into Java
06:29 -!- illya77 [~illya77@56-94-95-178.pool.ukrtel.net] has joined #go-nuts
06:30 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
06:38 < rsaarelm> Anyone else get "imported and not used" for bytes, io,
utf8 in src/pkg/regexp/all_test.go when running all.bash in current hg tip
(5005:0b7cedc4de63)?
06:39 < anticw> no, but i have a modified tree
06:40 < anticw> prob strings.Bytes or similar fallout
06:40 < rsaarelm> Doing make.bash instead of all.bash skips the tests so I
can still install.
06:40 < kmeyer> rsaarelm: I get it
06:40 < kmeyer> amd64
06:40 < rsaarelm> amd64 here too.
06:41 < kmeyer> but I didn't, as recently as earlier today
06:41 < anticw> ok, let me post a fix
06:41 < anticw> gimme like 30s
06:41 < rsaarelm> The tip commit adds the problem packages to the unit test.
06:42 < anticw> try: hg clpatch @264041
06:42 < anticw> maybe w/o the @ ...  forget now
06:42 < kmeyer> I think it's without @
06:43 < kmeyer> I was reading those docs earlier today as well ;)
06:43 < rsaarelm> My hg doesn't understand clpatch.
06:43 < anticw> do you have the extension enabled?
06:43 < kmeyer> do you have the .hg/hgrc set up with...
06:43 < kmeyer> yeah, that.
06:43 < rsaarelm> Probably not.  I don't really know hg very well.
06:44 < anticw> check $REPO/.hg/hgrc for [extensions]
06:44 < anticw> do you have that?
06:44 < rsaarelm> No.
06:44 < anticw> add (adjust path to suit)
06:44 < anticw> [extensions]
06:44 < anticw> codereview =
/home/cw/wk/go/go.hg/lib/codereview/codereview.py
06:45 < anticw> for some reason hg on the mac doesn't put that in, but on
linux for me it does
06:45 < anticw> prob hg version dependant
06:45 < rsaarelm> Yeah, there's the docs in the contributing page, I
remember now.
06:45 < rsaarelm> And using linux hg.
06:46 < anticw> you can also wget + patch manually
06:47 < rsaarelm> Probably better.  Clpatch wanted my login info for some
reason even though it's just supposed to be downloading the patch.
06:48 < rsaarelm> http://codereview.appspot.com/264041 then.
06:48 < anticw> umm, let me check
06:48 < anticw> you can just yank those import lines fwiw
06:48 < anticw> http://codereview.appspot.com/download/issue264041_2001.diff
06:48 < rsaarelm> I can pretty much just do that by hant.
06:48 < anticw> patch -p1 < issue264041_2001.diff
06:48 < rsaarelm> hand.
06:49 < rsaarelm> But still, it's good to get practice running patches.
06:50 < rsaarelm> I wonder how the original commit got through, isn't the
plugin supposed to run unit tests before a successful commit?
06:50 < kmeyer> don't think so
06:50 < kmeyer> just checks you're on tip and the formatting is good
06:50 < rsaarelm> Ah.
06:51 < rsaarelm> It does take long enough to run the test that it would
break coding flow.
06:51 < anticw> dunno, i dont much like the code review / submission process
myself
06:51 < rsaarelm> Anyway, the patch worked, thanks.
06:51 < anticw> but it's tolerable and they're not gonna change it just
because it bugs me :-)
06:56 < kmeyer> Yeah -- some of the structures around go wouldn't be my
first choice, but the enforced consistancy is really nice IMO
06:56 < kmeyer> (e.g.  gofmt, the commit process, etc)
06:59 < rsaarelm> I like gofmt.
07:00 < rsaarelm> It gets rid of a bunch of decision-making and busywork
that doesn't help the actual programming much.
07:00 < kmeyer> well, it's not so much gofmt that isn't my first choice --
it's the location of opening braces, and the tab indenting
07:00 < kmeyer> otherwise, I love it
07:00 < kmeyer> but I'll take the consistancy any day
07:03 < rsaarelm> I don't like tab indenting when done by humans, mostly
because it almost always ends up a mixture of tabs and spaces that's bad from any
viewpoint.
07:03 < rsaarelm> But gofmt can stick to indenting only with tabs and only
indenting with tabs.
07:03 < anticw> nah
07:03 < anticw> it's fine
07:03 < anticw> the problem is people use crappy editors
07:04 < anticw> we have a lot of python code at work and you can tell which
editor people used by looking at it
07:06 -!- nettok [~netto@200.119.151.4] has quit [Quit: Ex-Chat]
07:07 -!- hstimer [~hstimer@c-98-234-25-125.hsd1.ca.comcast.net] has quit [Quit:
hstimer]
07:20 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
07:36 -!- hstimer [~hstimer@2002:62ea:197d:0:226:bbff:fe05:dd9b] has joined
#go-nuts
07:52 -!- Kyle|Mr_K_13 [~Kyle@122-148-63-115.static.dsl.dodo.com.au] has joined
#go-nuts
07:59 -!- savechina [~savechina@221.222.15.79] has quit [Quit: Leaving]
08:00 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
08:01 -!- ratmice__ [bosshog@nightfall.forlorn.net] has quit [Ping timeout: 246
seconds]
08:04 -!- daaku [~daaku@c-67-169-181-30.hsd1.ca.comcast.net] has quit [Quit:
daaku]
08:06 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
08:13 -!- ratmice__ [bosshog@nightfall.forlorn.net] has joined #go-nuts
08:13 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Read error: Connection reset
by peer]
08:18 -!- savechina [~savechina@221.222.15.79] has quit [Quit: Leaving]
08:18 -!- savechina [~savechina@123.113.176.205] has joined #go-nuts
08:20 -!- ratmice__ [bosshog@nightfall.forlorn.net] has quit [Ping timeout: 246
seconds]
08:22 -!- fuzzybyte [~fuzzybyte@a47.org] has joined #go-nuts
08:23 -!- fusion44 [~quassel@p5B283F3A.dip.t-dialin.net] has joined #go-nuts
08:24 -!- Cyprien_ [Cyprien@58-253.3-85.cust.bluewin.ch] has joined #go-nuts
08:25 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
08:26 -!- mode/#go-nuts [+v kaib] by ChanServ
08:27 -!- Cyprien__ [Cyprien@43-241.107-92.cust.bluewin.ch] has quit [Ping
timeout: 260 seconds]
08:30 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
08:32 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Remote host closed the connection]
08:32 -!- ratmice__ [bosshog@nightfall.forlorn.net] has joined #go-nuts
08:42 -!- trickie [~trickie@86.93.227.181] has quit [Quit: outty]
08:54 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has joined #go-nuts
08:57 -!- savechina [~savechina@123.113.176.205] has left #go-nuts []
08:59 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has quit [Ping
timeout: 264 seconds]
08:59 -!- callidus [~quassel@cpc5-newc13-2-0-cust449.gate.cable.virginmedia.com]
has joined #go-nuts
09:01 -!- callidus [~quassel@cpc5-newc13-2-0-cust449.gate.cable.virginmedia.com]
has quit [Remote host closed the connection]
09:02 < ak2> anticw: yes, thats the next thing..  i'm going to try it
tomorrow..  are you going to be around to help?  :)
09:07 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
09:11 -!- bmm [~bram@195-240-186-6.ip.telfort.nl] has joined #go-nuts
09:11 -!- andrewh [~andrewh@85.92.214.131] has joined #go-nuts
09:12 -!- ak2_ [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has joined #go-nuts
09:14 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has quit [Ping timeout: 246
seconds]
09:21 -!- Demp [~Demp@bzq-79-183-0-242.red.bezeqint.net] has quit [Read error:
Connection reset by peer]
09:22 -!- Demp [~Demp@bzq-79-177-4-248.red.bezeqint.net] has joined #go-nuts
09:32 -!- fusion44 [~quassel@p5B283F3A.dip.t-dialin.net] has quit [Remote host
closed the connection]
09:34 -!- fusion44 [~quassel@p5B283F3A.dip.t-dialin.net] has joined #go-nuts
09:35 -!- andrewh [~andrewh@85.92.214.131] has quit [Ping timeout: 240 seconds]
09:35 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has joined #go-nuts
09:37 -!- Fingerzam [fingerzam@xob.kapsi.fi] has joined #go-nuts
09:40 -!- recover [recover@ip21278.lbinternet.se] has joined #go-nuts
09:49 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has joined #go-nuts
09:53 -!- wrtp [~rog@78.151.41.16] has joined #go-nuts
10:11 -!- awidegreen_ [~quassel@p5B061D3A.dip.t-dialin.net] has joined #go-nuts
10:13 -!- awidegreen [~quassel@p5B063E4C.dip.t-dialin.net] has quit [Ping timeout:
276 seconds]
10:30 -!- wrtp [~rog@78.151.41.16] has quit [Quit: wrtp]
10:33 -!- zhangjing [~zhangjing@116.232.125.152] has joined #go-nuts
10:33 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Quit: kaib]
10:41 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
10:43 -!- videns [~a@hoasnet-fe28dd00-54.dhcp.inet.fi] has joined #go-nuts
10:48 -!- pshahmumbai [~prashant@58.146.97.209] has joined #go-nuts
11:05 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has quit [Quit: adu]
11:15 -!- The_Cog [~chatzilla@i-195-137-123-15.freedom2surf.net] has joined
#go-nuts
11:20 -!- zhangjing [~zhangjing@116.232.125.152] has left #go-nuts []
11:22 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
11:22 -!- mode/#go-nuts [+v kaib] by ChanServ
11:24 -!- ikaros [~ikaros@f051148125.adsl.alicedsl.de] has joined #go-nuts
11:42 -!- vegai [vegai@archlinux/developer/vegai] has quit [Quit: test]
11:49 -!- videns [~a@hoasnet-fe28dd00-54.dhcp.inet.fi] has quit []
11:54 -!- syd_ [~sydcogs@180.92.192.92] has quit [Ping timeout: 245 seconds]
11:55 -!- fusion44 [~quassel@p5B283F3A.dip.t-dialin.net] has quit [Remote host
closed the connection]
11:56 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
11:57 -!- fusion44 [~quassel@p5B283F3A.dip.t-dialin.net] has joined #go-nuts
12:03 -!- Project_2501 [~Marvin@82.84.69.99] has joined #go-nuts
12:06 -!- savechina [~savechina@221.222.15.79] has left #go-nuts []
12:08 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
12:12 -!- yatoo [~marcus@host86-158-49-120.range86-158.btcentralplus.com] has
joined #go-nuts
12:12 -!- mejja [~user@c-68b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
joined #go-nuts
12:13 -!- ugo [~ugo@host182-107-dynamic.2-87-r.retail.telecomitalia.it] has joined
#go-nuts
12:14 -!- kssreeram [~kssreeram@122.174.70.202] has quit [Ping timeout: 245
seconds]
12:20 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has quit [Ping
timeout: 258 seconds]
12:22 -!- gidler [jmaatta@lakka.kapsi.fi] has joined #go-nuts
12:34 -!- kashia_ [~Kashia@p4FEB5F0A.dip.t-dialin.net] has joined #go-nuts
12:36 -!- Kashia [~Kashia@p4FEB5119.dip.t-dialin.net] has quit [Ping timeout: 245
seconds]
12:37 < The_Cog> I just compiled Hello World.  It works but the executable
is 600k!  Is this normal?
12:40 < JBeshir> Go programs built using 6g are compiled statically, so they
have a close-to-fixed overhead for the runtime and at least used parts of the
standard library.
12:41 -!- syd_ [~sydcogs@180.92.192.92] has joined #go-nuts
12:41 < The_Cog> OK, thanks.  I'll get on with plsying with it.
12:45 -!- ikaros [~ikaros@f051148125.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
12:47 -!- savechina [~savechina@221.222.15.79] has left #go-nuts []
12:49 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
12:50 -!- savechina [~savechina@221.222.15.79] has left #go-nuts []
12:51 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
12:52 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has joined
#go-nuts
13:01 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has joined #go-nuts
13:02 -!- kssreeram [~kssreeram@122.174.70.202] has joined #go-nuts
13:20 -!- savechina [~savechina@221.222.15.79] has quit [Quit: Leaving]
13:24 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
13:26 -!- kssreeram [~kssreeram@122.174.70.202] has quit [Quit: kssreeram]
13:32 -!- syd_ [~sydcogs@180.92.192.92] has quit [Remote host closed the
connection]
13:32 -!- syd_ [~sydcogs@180.92.192.92] has joined #go-nuts
13:35 -!- kssreeram [~kssreeram@117.97.237.28] has joined #go-nuts
13:35 -!- savechina [~savechina@221.222.15.79] has left #go-nuts []
13:36 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
13:37 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Ping timeout: 248
seconds]
13:41 -!- XenoPhoenix
[aa248d95ba@cpc5-aztw24-2-0-cust39.aztw.cable.virginmedia.com] has joined #go-nuts
13:41 -!- huntercool [~hunter@222.36.113.22] has joined #go-nuts
13:42 -!- huntercool [~hunter@222.36.113.22] has left #go-nuts []
13:43 -!- kssreeram [~kssreeram@117.97.237.28] has quit [Ping timeout: 260
seconds]
13:45 -!- savechina [~savechina@221.222.15.79] has left #go-nuts []
13:45 -!- savechina [~savechina@221.222.15.79] has joined #go-nuts
13:46 -!- karpar [~zhilihu@120.83.237.232] has joined #go-nuts
13:51 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has quit
[Remote host closed the connection]
13:51 -!- kssreeram [~kssreeram@117.97.237.28] has joined #go-nuts
13:57 -!- pshahmumbai [~prashant@58.146.97.209] has quit [Quit: Ex-Chat]
14:00 -!- kssreeram [~kssreeram@117.97.237.28] has quit [Read error: Connection
reset by peer]
14:01 -!- _lahl [fusion@193.104.228.25] has quit [Quit: changing servers]
14:27 -!- savechina_ [~7b71b0cd@gateway/web/freenode/x-ikwmlpyuekzxgaow] has
joined #go-nuts
14:28 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Quit: kaib]
14:31 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has joined
#go-nuts
14:37 -!- lahl [fusion@193.104.228.25] has joined #go-nuts
14:40 -!- savechina_ [~7b71b0cd@gateway/web/freenode/x-ikwmlpyuekzxgaow] has quit
[Quit: Page closed]
14:45 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
14:45 -!- mode/#go-nuts [+v kaib] by ChanServ
14:56 -!- no_mind [~orion@122.173.224.89] has joined #go-nuts
14:57 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Quit: kaib]
14:57 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
14:58 -!- mode/#go-nuts [+v kaib] by ChanServ
14:58 < anticw> ak2: prob not
14:58 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Client Quit]
14:59 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
14:59 -!- mode/#go-nuts [+v kaib] by ChanServ
15:00 -!- pshahmumbai [~prashant@58.146.97.209] has joined #go-nuts
15:01 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Client Quit]
15:01 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
15:01 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Client Quit]
15:02 -!- ugo [~ugo@host182-107-dynamic.2-87-r.retail.telecomitalia.it] has quit
[Quit: Leaving.]
15:04 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
15:04 -!- mode/#go-nuts [+v kaib] by ChanServ
15:04 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Client Quit]
15:04 -!- no_mind [~orion@122.173.224.89] has quit [Read error: Connection reset
by peer]
15:08 < samitheberber> what would be wrong, when this test fails: --- FAIL:
os_test.TestChdirAndGetwd Open /: open /: permission denied
15:08 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
15:08 -!- mode/#go-nuts [+v kaib] by ChanServ
15:09 -!- idr0 [~idr0@g225065045.adsl.alicedsl.de] has joined #go-nuts
15:09 < samitheberber> I don't have some rights on my root-dir, but it
shouldn't need to
15:12 -!- huntercool [~hunter@222.36.113.22] has joined #go-nuts
15:12 -!- huntercool [~hunter@222.36.113.22] has left #go-nuts []
15:13 < uriel> samitheberber: what OS are you on?
15:14 < uriel> and ls -ld /
15:15 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
15:15 < samitheberber> uriel: I have 64 bit linux OS
15:16 -!- pshahmumbai [~prashant@58.146.97.209] has quit [Ping timeout: 256
seconds]
15:16 < samitheberber> but why does the test needs permission to read my
/-dir?
15:16 -!- pshahmumbai [~prashant@58.146.97.209] has joined #go-nuts
15:16 < samitheberber> ls -ld /: drwx--x--x 21 root root 4096 5.3.  10:49 /
15:19 < uriel> because assuming / is readable is quite reasonable
15:19 < uriel> are there any *nix systems that make / non-world-readable?
15:20 < uriel> (maybe using . instead of / for the test suite would be a
better choice, but still using / is certainly not crazy)
15:20 < samitheberber> just my own
15:20 < uriel> well, then fix it
15:20 < uriel> chmod +r /
15:20 -!- no_mind [~orion@122.173.202.91] has joined #go-nuts
15:23 -!- savechina [~savechina@221.222.15.79] has quit [Quit: Leaving]
15:27 -!- karpar [~zhilihu@120.83.237.232] has quit [Quit: karpar]
15:38 -!- LuitvD [~luitvd@82-169-99-65.ip.telfort.nl] has joined #go-nuts
15:38 -!- LuitvD [~luitvd@82-169-99-65.ip.telfort.nl] has quit [Changing host]
15:38 -!- LuitvD [~luitvd@beigetower/luitvd] has joined #go-nuts
15:38 -!- it_diver [~it_diver@dslb-084-059-164-132.pools.arcor-ip.net] has joined
#go-nuts
15:39 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Quit: kaib]
15:39 -!- awidegreen [~quassel@p5B061EEC.dip.t-dialin.net] has joined #go-nuts
15:40 -!- awidegreen_ [~quassel@p5B061D3A.dip.t-dialin.net] has quit [Ping
timeout: 265 seconds]
15:40 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
15:41 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Quit: Leaving]
15:47 -!- drry [~drry@unaffiliated/drry] has quit [Quit: Tiarra 0.1+svn-36800M:
SIGTERM received; exit]
15:47 -!- gr1b [~gr1b@c-71-58-106-62.hsd1.pa.comcast.net] has quit []
15:48 -!- awidegreen_ [~quassel@p5B060B39.dip.t-dialin.net] has joined #go-nuts
15:50 -!- awidegreen [~quassel@p5B061EEC.dip.t-dialin.net] has quit [Ping timeout:
240 seconds]
15:56 -!- drry [~drry@unaffiliated/drry] has joined #go-nuts
15:59 -!- kaib [~kaib@cs78210195.pp.htv.fi] has joined #go-nuts
15:59 -!- mode/#go-nuts [+v kaib] by ChanServ
16:08 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:7854:299b:7dfb:491c] has joined
#go-nuts
16:10 -!- Demp [~Demp@bzq-79-177-4-248.red.bezeqint.net] has quit [Read error:
Connection reset by peer]
16:11 -!- tav [~tav@78.147.255.155] has quit [Ping timeout: 240 seconds]
16:12 -!- Demp [~Demp@bzq-79-179-21-193.red.bezeqint.net] has joined #go-nuts
16:15 -!- tav [~tav@78.146.253.172] has joined #go-nuts
16:29 -!- CodeBlock_ [~CodeBlock@174.137.57.117] has quit [Quit: Buh-bye.]
16:32 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
16:41 < anticw> ak2: i have to run, wrt to your question this might answer
it: http://stupidest.org/Go/ak2_2.go
16:42 < anticw> if not others here will help or post to the list, i'll bb in
12 hours or so
16:48 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 256 seconds]
16:51 -!- CodeBlock [~CodeBlock@about/windows/regular/CodeBlock] has joined
#go-nuts
16:52 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
16:54 -!- DerHorst [~Horst@e176111009.adsl.alicedsl.de] has joined #go-nuts
16:56 -!- pshahmumbai [~prashant@58.146.97.209] has quit [Quit: Ex-Chat]
16:57 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 240 seconds]
16:57 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
17:14 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
17:25 < The_Cog> I notice that the whole program dies if the initial thread
exits.  I can count the goroutines I start, and have them signal back when done,
17:25 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has quit [Quit:
exit]
17:26 -!- no_mind [~orion@122.173.202.91] has quit [Ping timeout: 264 seconds]
17:26 < The_Cog> but each child would also have to track its own children
too.  Is there an idiomatic way to prevent profram exit until everybody has
finished?
17:29 -!- CodeBlock [~CodeBlock@about/windows/regular/CodeBlock] has quit [Quit:
Buh-bye.]
17:36 -!- CodeBlock [~CodeBlock@about/windows/regular/CodeBlock] has joined
#go-nuts
17:38 -!- no_mind [~orion@122.161.208.189] has joined #go-nuts
17:39 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
17:41 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
17:50 -!- nanooo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
17:51 -!- Sindikat [~username@95.56.1.254] has joined #go-nuts
17:51 -!- path[l] [~path@122.167.243.253] has joined #go-nuts
17:54 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Ping timeout:
248 seconds]
17:54 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
17:55 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
17:55 -!- nanooo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Ping timeout:
260 seconds]
17:58 -!- fusion44 [~quassel@p5B283F3A.dip.t-dialin.net] has quit [Remote host
closed the connection]
17:58 -!- aho [~nya@g226208125.adsl.alicedsl.de] has quit [Quit:
EXEC_over.METHOD_SUBLIMATION]
17:59 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 276 seconds]
17:59 -!- path[l]_ [~path@122.167.243.253] has joined #go-nuts
18:01 -!- nettok__ [~netto@200.119.155.12] has joined #go-nuts
18:01 -!- path[l] [~path@122.167.243.253] has quit [Ping timeout: 240 seconds]
18:03 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
18:04 -!- nettok_ [~netto@200.119.155.12] has quit [Ping timeout: 240 seconds]
18:12 -!- nettok__ [~netto@200.119.155.12] has quit [Quit: Ex-Chat]
18:13 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
18:14 -!- trepan [~trepan@unaffiliated/trepan] has quit [Ping timeout: 248
seconds]
18:15 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has joined
#go-nuts
18:15 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has joined
#go-nuts
18:19 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 265 seconds]
18:20 -!- no_mind [~orion@122.161.208.189] has quit [Ping timeout: 276 seconds]
18:20 -!- fenicks [~christian@log77-4-82-246-228-78.fbx.proxad.net] has left
#go-nuts []
18:24 -!- kssreeram [~kssreeram@122.174.70.202] has joined #go-nuts
18:26 -!- wrtp [~rog@78.151.41.16] has joined #go-nuts
18:27 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
18:30 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 252 seconds]
18:33 -!- no_mind [~orion@122.173.235.159] has joined #go-nuts
18:36 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 252 seconds]
18:37 -!- nettok_ [~netto@200.119.155.12] has quit [Quit: Ex-Chat]
18:38 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
18:41 -!- kanru [~kanru@220-132-104-233.HINET-IP.hinet.net] has quit [Ping
timeout: 264 seconds]
18:44 -!- kanru [~kanru@61-228-161-230.dynamic.hinet.net] has joined #go-nuts
18:47 -!- meanburrito920_ [~john@unaffiliated/meanburrito920] has joined #go-nuts
18:51 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
18:52 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
18:54 -!- no_mind [~orion@122.173.235.159] has quit [Ping timeout: 264 seconds]
18:54 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
18:56 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 258 seconds]
18:57 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 246 seconds]
18:58 -!- nettok__ [~netto@200.119.155.12] has joined #go-nuts
19:01 -!- nettok_ [~netto@200.119.155.12] has quit [Ping timeout: 264 seconds]
19:03 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
19:05 -!- sam_ [~sam@cpe-098-026-078-040.nc.res.rr.com] has joined #go-nuts
19:06 -!- sam_ [~sam@cpe-098-026-078-040.nc.res.rr.com] has quit [Client Quit]
19:07 -!- nettok__ [~netto@200.119.155.12] has quit [Ping timeout: 240 seconds]
19:07 -!- no_mind [~orion@122.173.228.121] has joined #go-nuts
19:13 -!- taruti [taruti@aoi.yi.org] has joined #go-nuts
19:16 < plexdev> http://is.gd/9U3qr by [Christopher Wedgwood] in
go/src/pkg/regexp/ -- regex: Remove unneeded imports from test.
19:17 -!- nettok__ [~netto@200.119.155.12] has joined #go-nuts
19:20 -!- nettok_ [~netto@200.119.155.12] has quit [Ping timeout: 258 seconds]
19:21 -!- kashia_ [~Kashia@p4FEB5F0A.dip.t-dialin.net] has quit [Quit: This
computer has gone to sleep]
19:21 -!- tav [~tav@78.146.253.172] has quit [Ping timeout: 248 seconds]
19:23 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
19:23 -!- Rescue_2502 [~Marvin@82.84.69.99] has quit [Read error: Connection reset
by peer]
19:23 -!- JSharpe [~jamie@5ad1d7f0.bb.sky.com] has joined #go-nuts
19:23 -!- Rescue_2502 [~Marvin@82.84.69.99] has joined #go-nuts
19:25 -!- JSharpe [~jamie@5ad1d7f0.bb.sky.com] has quit [Client Quit]
19:26 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
19:26 -!- nettok__ [~netto@200.119.155.12] has quit [Ping timeout: 240 seconds]
19:27 -!- JSharpe [~jamie@5ad1d7f0.bb.sky.com] has joined #go-nuts
19:34 -!- nettok_ [~netto@200.119.155.12] has quit [Quit: Ex-Chat]
19:34 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
19:38 -!- tav [~tav@78.146.253.172] has joined #go-nuts
19:39 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
19:39 -!- idr0 [~idr0@g225065045.adsl.alicedsl.de] has quit [Remote host closed
the connection]
19:43 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 246 seconds]
19:47 -!- bugQ [~bug@c-67-171-127-76.hsd1.ut.comcast.net] has quit [Quit: but
don't be sad.]
19:48 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
19:49 -!- JSharpe [~jamie@5ad1d7f0.bb.sky.com] has quit [Read error: Connection
reset by peer]
19:49 -!- Cyprien__ [Cyprien@131-202.3-85.cust.bluewin.ch] has joined #go-nuts
19:51 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 245 seconds]
19:52 -!- illya77 [~illya77@56-94-95-178.pool.ukrtel.net] has quit [Read error:
Connection reset by peer]
19:53 -!- Cyprien_ [Cyprien@58-253.3-85.cust.bluewin.ch] has quit [Ping timeout:
268 seconds]
19:56 -!- nettok_ [~netto@200.119.155.12] has quit [Quit: Ex-Chat]
19:56 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
20:01 -!- path[l]_ [~path@122.167.243.253] has joined #go-nuts
20:01 -!- JSharpe2 [~jamie@5ad1d7f0.bb.sky.com] has joined #go-nuts
20:02 -!- trepan [~trepan@blk-30-139-102.eastlink.ca] has joined #go-nuts
20:02 -!- trepan [~trepan@blk-30-139-102.eastlink.ca] has quit [Changing host]
20:02 -!- trepan [~trepan@unaffiliated/trepan] has joined #go-nuts
20:04 -!- path[l] [~path@122.167.243.253] has quit [Ping timeout: 264 seconds]
20:05 -!- it_diver [~it_diver@dslb-084-059-164-132.pools.arcor-ip.net] has left
#go-nuts []
20:06 -!- samfuqua [~sam@cpe-098-026-078-040.nc.res.rr.com] has joined #go-nuts
20:07 < samfuqua> are there any plans to write graphics libraries for go?
20:10 < uriel> samfuqua: there are graphics libraries for go
20:10 < uriel> samfuqua: http://golang.org/pkg/xgb/
http://golang.org/pkg/exp/draw/
20:11 < uriel> and also see: http://go-lang.cat-v.org/library-bindings
20:16 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
20:26 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Disconnected by services]
20:26 -!- asmo_ [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
20:34 -!- LuitvD [~luitvd@beigetower/luitvd] has quit [Quit: Leaving]
20:43 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Quit: Leaving]
20:44 -!- nchaimov_ [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined
#go-nuts
20:45 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has quit [Read
error: Connection reset by peer]
20:50 -!- The_Cog [~chatzilla@i-195-137-123-15.freedom2surf.net] has quit [Quit:
ChatZilla 0.9.86 [Firefox 3.6/20100115133306]]
20:51 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
20:57 -!- Cyprien_ [Cyprien@210-105.3-85.cust.bluewin.ch] has joined #go-nuts
21:01 -!- Cyprien__ [Cyprien@131-202.3-85.cust.bluewin.ch] has quit [Ping timeout:
264 seconds]
21:06 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
21:08 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has joined #go-nuts
21:09 -!- kaib [~kaib@cs78210195.pp.htv.fi] has quit [Quit: kaib]
21:19 < ak2> anticw: thanks for the example..  i'm looking at it now
21:21 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Ping
timeout: 245 seconds]
21:23 -!- DerHorst [~Horst@e176111009.adsl.alicedsl.de] has quit [Quit:
Verlassend]
21:28 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has joined #go-nuts
21:32 -!- Amaranth [~travis@ubuntu/member/Amaranth] has quit [Ping timeout: 269
seconds]
21:34 -!- jimki [jmaki@sisapiiri.net] has joined #go-nuts
21:34 -!- Kashia [~Kashia@port-92-200-137-22.dynamic.qsc.de] has joined #go-nuts
21:39 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:7854:299b:7dfb:491c] has quit
[Quit: Leaving.]
21:41 -!- wrtp [~rog@78.151.41.16] has quit [Quit: wrtp]
21:48 -!- ikaros [~ikaros@g227039211.adsl.alicedsl.de] has joined #go-nuts
21:49 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Ping timeout: 245
seconds]
21:50 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has quit [Quit: adu]
21:51 -!- Amaranth [~travis@ubuntu/member/Amaranth] has joined #go-nuts
21:56 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 246 seconds]
21:58 -!- caw [skyyy@phonzdesktop.rh.rit.edu] has joined #go-nuts
21:59 -!- nchaimov [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has quit
[Remote host closed the connection]
21:59 -!- nchaimov [~cowtown@vpn174-171.uoregon.edu] has joined #go-nuts
22:04 -!- nchaimov_ [~cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined
#go-nuts
22:05 -!- tux21b [~christoph@90.146.60.30] has quit [Ping timeout: 240 seconds]
22:08 -!- nchaimov [~cowtown@vpn174-171.uoregon.edu] has quit [Ping timeout: 246
seconds]
22:15 -!- bmm [~bram@195-240-186-6.ip.telfort.nl] has quit [Ping timeout: 248
seconds]
22:15 -!- scm [justme@c210156.adsl.hansenet.de] has quit [Read error: Connection
reset by peer]
22:15 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
22:15 -!- tty [~tty@77.49.216.205.dsl.dyn.forthnet.gr] has joined #go-nuts
22:16 < tty> hi there.  i am giving Go a try but when i enter "./all.bash"
during the installation it returns "$GOBIN is not a directory or does not exist"
22:16 < tty> any tips?
22:17 -!- Cyprien__ [Cyprien@188-60.78-83.cust.bluewin.ch] has joined #go-nuts
22:17 < tty> (Note: Mac OS X here)
22:17 < Archwyrm> tty: Have you exported all the environment variables?
22:17 < Archwyrm> Including GOBIN
22:18 < tty> i have addes these lines in my .bash_profile
22:18 < tty> export GOROOT=$HOME/go
22:18 < tty> export GOOS=darwin
22:18 < tty> export GOARCH=amd64
22:18 < tty> export GOBIN=$HOME/gobin
22:18 < tty> export PATH=$PATH:$GOBIN
22:19 < Archwyrm> Have you made $HOME/gobin ?
22:19 < usausa> tty, have you sourced your ~/.bash_profile since you added
the lines?
22:20 < tty> Archwyrm: no.  i thought it would create that dir by itself
22:20 -!- scm [justme@c178159.adsl.hansenet.de] has joined #go-nuts
22:20 < Archwyrm> tty: Nope, it needs to exist.
22:20 -!- Cyprien_ [Cyprien@210-105.3-85.cust.bluewin.ch] has quit [Ping timeout:
276 seconds]
22:21 < tty> so i need to create a dir inside my home dir.  along with the
"go" dir created when i checked out the repo?
22:22 < usausa> tty, yes
22:22 < Archwyrm> tty: Yeah, or if you already have a directory for your own
executables, you can use that.
22:22 < tty> ok.it seems to be working now
22:22 < tty> thanks ;)
22:22 < Archwyrm> I use ~/.local/bin for a lot of stuff
22:23 < tty> gobin is ok for now.  i am only testing Go for the moment
22:23 < Archwyrm> Ok, have fun.  =)
22:23 < tty> :D
22:23 < tty> i am sure i will :)
22:24 < usausa> tty, just after it told you that it was not a directory or
did not exist it should have said "create it, or set $GOBIN differently"
22:24 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 265 seconds]
22:26 < tty> yes it did.  and that was very obvious and the next thing i
would do but i just thought it would create that dir by itself and i thought i
have been doing something wrong.
22:28 -!- bmm [~bram@195-240-186-6.ip.telfort.nl] has joined #go-nuts
22:31 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
22:33 -!- aki_ [~aki@neutron.hyperkuutio.fi] has joined #go-nuts
22:40 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
22:43 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
22:47 -!- weak [~Adium@68-115-118-28.dhcp.roch.mn.charter.com] has left #go-nuts
[]
22:53 -!- tty [~tty@77.49.216.205.dsl.dyn.forthnet.gr] has quit [Quit: tty]
22:54 -!- Cyprien_ [Cyprien@74-12.79-83.cust.bluewin.ch] has joined #go-nuts
22:58 -!- tux21b [~christoph@90.146.60.30] has quit [Ping timeout: 256 seconds]
22:58 -!- Cyprien__ [Cyprien@188-60.78-83.cust.bluewin.ch] has quit [Ping timeout:
252 seconds]
23:20 -!- nettok_ [~netto@200.119.155.12] has joined #go-nuts
23:24 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 264 seconds]
23:25 -!- bmm [~bram@195-240-186-6.ip.telfort.nl] has quit [Read error: Operation
timed out]
23:26 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
23:26 -!- nettok__ [~netto@200.119.155.12] has joined #go-nuts
23:26 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Quit: (
www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )]
23:27 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has joined
#go-nuts
23:27 -!- nettok__ [~netto@200.119.155.12] has quit [Client Quit]
23:28 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
23:29 -!- ikaros [~ikaros@g227039211.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
23:30 -!- nettok_ [~netto@200.119.155.12] has quit [Ping timeout: 264 seconds]
23:32 -!- kanru [~kanru@61-228-161-230.dynamic.hinet.net] has quit [Quit: WeeChat
0.3.1.1]
23:37 -!- nettok [~netto@200.119.155.12] has quit [Ping timeout: 260 seconds]
23:39 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Ping timeout: 245
seconds]
23:39 -!- path[l] [~path@122.167.243.253] has quit [Quit: path[l]]
23:45 -!- recover [recover@ip21278.lbinternet.se] has quit [Ping timeout: 260
seconds]
23:45 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
23:49 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Remote host closed
the connection]
23:51 -!- willwh [~quassel@unaffiliated/willskills] has quit [Remote host closed
the connection]
23:55 -!- nettok [~netto@200.119.155.12] has joined #go-nuts
23:56 -!- no_mind [~orion@122.173.228.121] has quit [Ping timeout: 256 seconds]
23:57 -!- Rescue_2502 [~Marvin@82.84.69.99] has quit [Quit: E se abbasso questa
leva che succ...]
23:59 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
--- Log closed Mon Mar 08 00:00:21 2010