Commit 208b6cd3 authored by szh's avatar szh

update nil pointer

parent 1ade8f31
......@@ -15,7 +15,7 @@ import (
var (
btyPath string
JobID int32
JobDoneMap map[int32]string
JobDoneMap = make(map[int32]string)
)
func RaspberryChan() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment