You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,18 @@ Gin is a web framework written in Golang. It features a martini-like API with mu
11
11
Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcoming startup. We developed it and we are going to continue using and improve it.
12
12
13
13
14
-
##Roadmap for v0.2
14
+
##Roadmap for v1.0
15
15
-[x] Performance improments, reduce allocation and garbage collection overhead
16
16
-[x] Fix bugs
17
+
-[ ] Stable API
17
18
-[ ] Ask our designer for a cool logo
18
19
-[ ] Add tons of unit tests
19
20
-[ ] Add internal benchmarks suite
20
21
-[x] Improve logging system
21
22
-[x] Improve JSON/XML validation using bindings
22
23
-[x] Improve XML support
24
+
-[x] Flexible rendering system
25
+
-[ ] More powerful validation API
23
26
-[ ] Improve documentation
24
27
-[ ] Add more cool middlewares, for example redis caching (this also helps developers to understand the framework).
0 commit comments