18 Commits

Author SHA1 Message Date
Yusuf Simonson
82959304af Merge d519df9ad3464fe55e87af50c4fca3b92c4aab4e into c69ecaaf75e95fa0961451138ae3571e0dd595d3 2014-07-01 01:27:41 +00:00
Yusuf Simonson
d519df9ad3 Fixed typo in README
The first example fails because there's no leading slash:

    $ go run main.go 
    panic: path must begin with '/'

    goroutine 1 [running]:
    runtime.panic(0x22f400, 0xc21000a660)
        /usr/local/Cellar/go/1.2.2/libexec/src/pkg/runtime/panic.c:266 +0xb6
    github.com/julienschmidt/httprouter.(*Router).Handle(0xc2100494e0, 0x2f6d20, 0x3, 0x309460, 0x4, ...)
        /Users/ysimonson/go/src/github.com/julienschmidt/httprouter/router.go:192 +0x6f
    github.com/gin-gonic/gin.(*RouterGroup).Handle(0xc210044200, 0x2f6d20, 0x3, 0x309460, 0x4, ...)
        /Users/ysimonson/go/src/github.com/gin-gonic/gin/gin.go:168 +0x3ce
    github.com/gin-gonic/gin.(*RouterGroup).GET(0xc210044200, 0x309460, 0x4, 0xc2100001b8, 0x1, ...)
        /Users/ysimonson/go/src/github.com/gin-gonic/gin/gin.go:178 +0x6d
    main.main()
        /Users/ysimonson/go/src/github.com/ysimonson/nutrino-api/main.go:9 +0xa1
    exit status 2
2014-06-30 21:27:38 -04:00
Manu Mtz-Almeida
c69ecaaf75 Fixes README.md 2014-07-01 01:01:58 +02:00
Manu Mtz.-Almeida
90ae97f970 Merge pull request #5 from SkuliOskarsson/patch-1
Fixed some text in the readme
2014-07-01 00:54:15 +02:00
Skuli Oskarsson
02dc17de4b Fixed some text in the readme
The code that was there didn't work. Now it does
2014-06-30 22:48:33 +00:00
Manu Mtz.-Almeida
3253ef5b75 Merge pull request #1 from msemenistyi/master
update Readme.md. Add code to String method
2014-06-30 23:43:21 +02:00
Manu Mtz-Almeida
bd72522f53 Merge branch 'silasb-fixing-readme-quotes'
Conflicts:
	README.md
2014-06-30 23:42:16 +02:00
Manu Mtz.-Almeida
686738f302 Merge pull request #2 from adammck/add_mit_license
Add MIT License
2014-06-30 23:35:22 +02:00
Javier Provecho
b462c3bf9b Merge pull request #3 from LinusU/patch-1
readme: small fixes
2014-06-30 23:23:41 +02:00
silasb
42c577db0c Fixing quotes 2014-06-30 17:04:16 -04:00
Linus Unnebäck
c3ac6f9d14 readme: small fixes 2014-06-30 22:57:25 +02:00
Adam Mckaig
b6bd5b0d9f Add MIT license 2014-06-30 16:54:02 -04:00
Mykyta Semenistyi
899a711ec7 update Readme.md. Add code to String method 2014-06-30 23:28:26 +03:00
Manu Mtz-Almeida
bf1ecfcf70 Changes behaviour of ErrorLogger() and Logger() v0.1 2014-06-30 04:04:45 +02:00
Manu Mtz-Almeida
40dc444270 Renames ErrorRender() to ErrorLogger() 2014-06-30 03:59:21 +02:00
Manu Mtz-Almeida
1565111274 Fixes routing bug 2014-06-30 03:59:00 +02:00
Manu Mtz-Almeida
d10e2b6c0d Improves README.md 2014-06-30 03:58:10 +02:00
Manu Mtz-Almeida
15216a0883 Initial commit 2014-06-18 01:42:34 +02:00