mirror of
https://github.com/bytedream/vivo.git
synced 2025-05-09 12:15:08 +02:00
Fixed module name
This commit is contained in:
parent
40898b6d1a
commit
a767cb7622
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user