gin router

This commit is contained in:
2019-07-01 09:42:50 -04:00
parent 5868d58832
commit dc356da4c4
576 changed files with 305761 additions and 19 deletions
+13
View File
@@ -0,0 +1,13 @@
// +build codecgen generated
package codec
// this file is here, to set the codecgen variable to true
// when the build tag codecgen is set.
//
// this allows us do specific things e.g. skip missing fields tests,
// when running in codecgen mode.
func init() {
codecgen = true
}