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 (
"flag"
"fmt"
"github.com/ByteDream/vivo"
"io/ioutil"
"log"
"net/http"
@ -10,7 +11,6 @@ import (
"os"
"path"
"runtime"
"vivo"
)
type Color int

2
go.mod
View File

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