Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

go-httplib.go-0.0.0+git20111213-2.4.1 RPM for i586

From OpenSuSE 12.1 updates for i586

Name: go-httplib.go Distribution: openSUSE 12.1
Version: 0.0.0+git20111213 Vendor: openSUSE
Release: 2.4.1 Build date: Mon Aug 6 19:19:37 2012
Group: Development/Languages/Other Build host: build24
Size: 209808 Source RPM: go-httplib.go-0.0.0+git20111213-2.4.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/hoisie/httplib.go
Summary: A simple, low-level http library for Go
httplib.go is a simple extension of Go's http client that provides keep-alive
connections and generic requests. This is a small usage example:

    //get the google home page
    c := new(httplib.Client)
    resp, err := c.Request ("http://google.com", "GET", nil, "")
    data := ioutil.ReadAll( resp.Body )
    println(string(data))

Provides

Requires

License

MIT

Changelog

* Mon Jun 11 2012 graham@andtech.eu
  - Update specfile to use new package locaitons
  - Add documentation sub package
* Wed Mar 07 2012 graham@andtech.eu
  - update spec file to use new Go rpm macros
* Fri Feb 03 2012 graham@andtech.eu
  - use go install instead of gomake
* Tue Dec 13 2011 saschpe@suse.de
  - Patch to build against weekly.2011-12-02
* Thu Oct 06 2011 graham@andtech.eu
  - Synch with upstsream fixes for r60
  - add rpmlintrc (ELF strip/static binary warnings)
* Mon Jun 27 2011 graham@andtech.eu
  - Patch to build against weekly.2011-06-23
* Fri Jun 24 2011 saschpe@suse.de
  - Initial version

Files

/usr/lib/go/contrib/pkg/linux_386/github.com
/usr/lib/go/contrib/pkg/linux_386/github.com/hoisie
/usr/lib/go/contrib/pkg/linux_386/github.com/hoisie/httplib.go.a
/usr/share/doc/packages/go-httplib.go
/usr/share/doc/packages/go-httplib.go/LICENSE
/usr/share/doc/packages/go-httplib.go/Readme.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 23 03:12:29 2013