Moved to go.dev.pztrn.name and updated README with badges.

This commit is contained in:
2019-10-13 15:12:54 +05:00
parent 124b4eb557
commit 28adacf53e
17 changed files with 51 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ package configuration
import (
// local
"sources.dev.pztrn.name/pztrn/giredore/internal/logger"
"go.dev.pztrn.name/giredore/internal/logger"
// other
"github.com/rs/zerolog"

View File

@@ -10,7 +10,7 @@ import (
"sync"
// local
"sources.dev.pztrn.name/pztrn/giredore/internal/structs"
"go.dev.pztrn.name/giredore/internal/structs"
)
// This structure represents configuration that will be parsed via file.

View File

@@ -7,8 +7,8 @@ import (
"strings"
// local
"sources.dev.pztrn.name/pztrn/giredore/internal/configuration"
"sources.dev.pztrn.name/pztrn/giredore/internal/structs"
"go.dev.pztrn.name/giredore/internal/configuration"
"go.dev.pztrn.name/giredore/internal/structs"
// other
"github.com/labstack/echo"

View File

@@ -9,8 +9,8 @@ import (
"time"
// local
"sources.dev.pztrn.name/pztrn/giredore/internal/configuration"
"sources.dev.pztrn.name/pztrn/giredore/internal/logger"
"go.dev.pztrn.name/giredore/internal/configuration"
"go.dev.pztrn.name/giredore/internal/logger"
// other
"github.com/labstack/echo"

View File

@@ -8,7 +8,7 @@ import (
"net/http"
// local
"sources.dev.pztrn.name/pztrn/giredore/internal/logger"
"go.dev.pztrn.name/giredore/internal/logger"
// other
"github.com/rs/zerolog"