[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#574371: marked as done (ITP: go -- The compiler for Google's Go programming language.)



Your message dated Sat, 30 Apr 2011 12:31:48 -0500
with message-id <20110430173148.GA10291@elie>
and subject line Re: ITP: go -- The compiler for Google's Go programming language.
has caused the Debian Bug report #574371,
regarding ITP: go -- The compiler for Google's Go programming language.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
574371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574371
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Ivan Wong <ivanwyc@gmail.com>


* Package name    : go
  Version         : 2010.03.15
  Upstream Author : The Go Authors
* URL             : http://golang.org/
* License         : BSD style
  Programming Lang: C, Go
  Description     : The compiler for Google's Go programming language.

 This is the compiler for Google's Go programming language:
  - The compilers produce fast code fast. Typical builds take
    a fraction of a second yet the resulting programs run
    nearly as quickly as comparable C or C++ code.
  - Go is type safe and memory safe. Go has pointers but no
    pointer arithmetic. For random access, use slices, which
    know their limits.
  - Go promotes writing systems and servers as sets of
    lightweight communicating processes, called goroutines,
    with strong support from the language. Run thousands of
    goroutines if you want—and say good-bye to stack overflows.
  - Go has fast builds, clean syntax, garbage collection,
    methods for any type, and run-time reflection. It feels
    like a dynamic language but has the speed and safety of
    a static language. It's a joy to use.




--- End Message ---
--- Begin Message ---
Ondřej Surý wrote:

> I have a packages ready, but it was rejected because of xkcd.com
> (CC-BY-NC) strip, and I didn't have a time to rip that out and make it
> dfsg free.

And... fixed.  Thanks again for your work.

golang (2011.02.01.1-1) unstable; urgency=low

  [ Ivan Wong ]
  * Initial release (Closes: #574371)


--- End Message ---

Reply to: