aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* merge #6Doug Black2014-01-27
|\
| * remove the need to provide “missing/unsupported” implementations in theKaran Misra2014-01-27
| | | | | | | | | | | | | | API consumers. also: - more idiomatic - loosely coupled with the API contract
* | use ServeMux, capitalize API, clean testsDoug Black2014-01-27
| |
* | add licenseDoug Black2014-01-27
| |
* | fixes from issuesDoug Black2014-01-26
|/
* fix signatureDoug Black2014-01-26
|
* Merge pull request #3 from strandmon/patch-1Doug Black2014-01-26
|\ | | | | Update path in README to match Go convention.
| * Update path in README to match Go convention.strandmon2014-01-26
| | | | | | Read http://golang.org/doc/code.html if you don't know why I made this change.
* | use built in typeDoug Black2014-01-26
| |
* | fixes from commentsDoug Black2014-01-26
|/
* cleanerDoug Black2014-01-25
|
* update READMEDoug Black2014-01-25
|
* better practicesDoug Black2014-01-25
|
* collapse into one type declarationDoug Black2014-01-24
|
* reorgDoug Black2014-01-24
|
* go fmtDoug Black2014-01-23
|
* add mechanism for specifying unimplemented methods and dynamic dispatch to a ↵Doug Black2014-01-23
| | | | resource based on HTTP method
* fix typoDoug Black2014-01-23
|
* add responseDoug Black2014-01-23
|
* add readmeDoug Black2014-01-23
|
* use http.RequestDoug Black2014-01-23
|
* initial commitDoug Black2014-01-23
bgstack15