github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/routes/stubs.go (about) 1 package routes 2 3 // Temporary stubs for view tracking 4 func DynamicRoute() { 5 } 6 func UploadedFile() { 7 } 8 func BadRoute() { 9 } 10 func Favicon() { 11 } 12 13 // TODO: Temporary stub for handling route group errors 14 func Error() { 15 } 16 17 // Real implementation is in router_gen/main.go, this is just a stub to map the analytics onto 18 func HTTPSRedirect() { 19 }