You've already forked golang-saas-starter-kit
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:
@ -1,4 +1,4 @@
|
||||
package template_renderer
|
||||
package tmplrender
|
||||
|
||||
import (
|
||||
"context"
|
@ -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 {
|
Reference in New Issue
Block a user