chislab / logo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

打印chislab的logo

package main
import (
    "time"
    "github.com/chislab/logo"
)

func main() {
    //每行延迟100毫秒
    logo.Print(100 * time.Millisecond)
}

About


Languages

Language:Go 100.0%