mirror of
https://github.com/bytedream/vivo.git
synced 2025-06-27 07:50:32 +02:00
Fixed module name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user