]> Cypherpunks repositories - gostls13.git/commit
errors: new package
authorRuss Cox <rsc@golang.org>
Wed, 2 Nov 2011 01:46:59 +0000 (21:46 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 2 Nov 2011 01:46:59 +0000 (21:46 -0400)
commite4ae30f5f55b6b6ba2cb9a0c0e3b11d42dc162ee
treeab46cc8ddeb42853c59f660122eb0ee706ed88af
parent2a0e15d36cf3aaf2c549a6da212319f537dcf89d
errors: new package

The only function is errors.New, at least for now.

R=r, gustavo, adg, r
CC=golang-dev
https://golang.org/cl/5321061
src/pkg/Makefile
src/pkg/errors/Makefile [new file with mode: 0644]
src/pkg/errors/errors.go [new file with mode: 0644]
src/pkg/errors/errors_test.go [new file with mode: 0644]