mirror of
https://github.com/Kyren223/eko.git
synced 2026-04-23 13:45:19 +00:00
Fixed CI, should deploy successfuly
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/kyren223/eko/internal/client"
|
||||
)
|
||||
|
||||
func main(){
|
||||
func main() {
|
||||
logFile, err := os.OpenFile("client.log", os.O_APPEND|os.O_CREATE|os.O_WRONLY|os.O_TRUNC, 0600)
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
|
||||
Reference in New Issue
Block a user