ivpusic / neo

Go Web Framework
http://ivpusic.github.io/neo/
MIT License
420 stars 43 forks source link

Replace http status in const from net/http #32

Closed sergeylanzman closed 8 years ago

sergeylanzman commented 8 years ago
  1. Replace http status in const from net/http
  2. Import sort
ivpusic commented 8 years ago

Thank you for your contribution. I would like to keep simple int numbers for http status codes. You can always use http status consts in your own project, but by default I think it makes sense to keep it as it is.