Commit 8741d3ec authored by ligaishun's avatar ligaishun

Update process.go

parent 25ceb096
......@@ -130,7 +130,6 @@ func GetLatestVersion()string{
rd:=bufio.NewReader(resp.Body)
for{
line,err:=rd.ReadString('\n')
fmt.Println(line)
if err==io.EOF{
break
}
......
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