Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 215 Bytes

File metadata and controls

19 lines (13 loc) · 215 Bytes

moe

simple cli spinner by go.

Usage

go get -u github.com/hellokaton/moe
moe := moe.New("正在为您加载").Start()
time.Sleep(4 * time.Second)
moe.Stop()

License

MIT