Move prefix db spec to separate package

This commit is contained in:
lash
2025-01-04 08:37:28 +00:00
parent bcb3ab905e
commit d950b10b50
6 changed files with 13 additions and 17 deletions

View File

@@ -1,19 +1,14 @@
package main
import (
"bytes"
"context"
"encoding/json"
"flag"
"fmt"
"io"
"net/http"
"net/url"
"os"
"os/signal"
"path"
"strconv"
"strings"
"syscall"
"git.defalsify.org/vise.git/engine"