1 2 3 4 5 6 7 8 9
package urls const ( Index = "/" Auth = "/auth" AuthSignIn = Auth + "/signin" AuthRegister = Auth + "/register" )