Skip to content

NengNgg/corn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corn

任务调度,继续完善中

Install

  go get github.com/Quiteing/corn

Get Starting

package main

import "github.com/Quiteing/corn"

func main() {
  cn := corn.New()
  
  // 开启
  go cn.Run()
}

About

任务调度

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%