good enough

This commit is contained in:
Bel LaPointe
2023-04-10 11:17:23 -06:00
parent ee06ab7511
commit 1d2f661bb0
19 changed files with 48 additions and 74 deletions

View File

@@ -6,8 +6,8 @@ import (
"errors"
"fmt"
"io/ioutil"
"local/truckstop/config"
"local/truckstop/logtr"
"gogs.inhome.blapointe.com/local/truckstop/config"
"gogs.inhome.blapointe.com/local/truckstop/logtr"
"mime/multipart"
"net/http"
"net/url"

View File

@@ -2,7 +2,7 @@ package message
import (
"io/ioutil"
"local/truckstop/config"
"gogs.inhome.blapointe.com/local/truckstop/config"
"os"
"testing"
)

View File

@@ -5,8 +5,8 @@ import (
"crypto/tls"
"fmt"
"io/ioutil"
"local/truckstop/config"
"local/truckstop/logtr"
"gogs.inhome.blapointe.com/local/truckstop/config"
"gogs.inhome.blapointe.com/local/truckstop/logtr"
"net/http"
"regexp"
"strings"

View File

@@ -2,7 +2,7 @@ package message
import (
"io/ioutil"
"local/truckstop/config"
"gogs.inhome.blapointe.com/local/truckstop/config"
"os"
"path"
"testing"