Module updates (again)

This commit is contained in:
ByteDream 2021-07-19 02:17:50 +02:00
parent a767cb7622
commit 627ac8a4d1

View File

@ -3,7 +3,6 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"github.com/ByteDream/vivo"
"io/ioutil" "io/ioutil"
"log" "log"
"net/http" "net/http"
@ -11,6 +10,8 @@ import (
"os" "os"
"path" "path"
"runtime" "runtime"
"github.com/ByteDream/vivo"
) )
type Color int type Color int