MCPcopy Create free account
hub / github.com/LockGit/gochat / New

Function New

task/task.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func New() *Task {
18 return new(Task)
19}
20
21func (task *Task) Run() {
22 //read config

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected