Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up912 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in qiniu/goplus that received 3 comments
Normal for
sum := 0 for i :=0 ; i<len(arr) ; i++ { sum += arr[i] } println("sum==16", sum == 16 , sum)
+293
−12
•
3
comments
Created an issue in qiniu/goplus that received 3 comments
switch case bug
x := 0 switch x{ case 0,1: println(x) default: x = 7 println(x) } use qgo to gen code and go run expects 0,but 7 package main import fmt "fmt" var
3
comments