@@ -5,8 +5,8 @@ import (
"github.com/fsnotify/fsnotify"
"github.com/sirupsen/logrus"
folderCreate "github.com/unjx-de/go-folder"
+ "godash/message"
"io"
- "launchpad/message"
"os"
"strings"
)
@@ -4,7 +4,7 @@ import (
"github.com/mitchellh/mapstructure"
"github.com/spf13/viper"
@@ -1,5 +1,4 @@
{
"port": 4000,
- "allowed_hosts": "http://localhost:4000",
- "swagger": false
+ "allowed_hosts": "http://localhost:4000"
}
@@ -1,4 +1,4 @@
-module launchpad
+module godash
go 1.19
@@ -2,7 +2,7 @@ package logging
import (
- "launchpad/config"
+ "godash/config"
func NewGlobalLogger() {
@@ -1,9 +1,9 @@
package main
- "launchpad/logging"
- "launchpad/server"
- "launchpad/weather"
+ "godash/logging"
+ "godash/server"
+ "godash/weather"
func main() {
@@ -1,5 +1,5 @@
- "name": "launchpad",
+ "name": "godash",
"lockfileVersion": 2,
"requires": true,
"packages": {
package server
- "launchpad/bookmark"
- "launchpad/files"
+ "godash/bookmark"
+ "godash/files"
"net/http"
@@ -4,8 +4,8 @@ import (
"fmt"
"github.com/go-chi/chi/v5"
"encoding/json"
"time"