Fixed module name

This commit is contained in:
ByteDream 2021-07-19 02:00:55 +02:00
parent 40898b6d1a
commit a767cb7622
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -1,3 +1,3 @@
module vivo module github.com/ByteDream/vivo
go 1.16 go 1.16