1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Renamed project_routes and template-renderer

This commit is contained in:
Lee Brown
2020-01-18 13:30:41 -09:00
parent daccf4074a
commit 0027bef370
8 changed files with 15 additions and 14 deletions

View File

@ -1,4 +1,4 @@
package template_renderer
package tmplrender
import (
"context"

View File

@ -1,12 +1,13 @@
package project_route
package webroute
import (
"fmt"
"github.com/pkg/errors"
"net"
"net/url"
"os"
"strings"
"github.com/pkg/errors"
)
type ProjectRoute struct {