diff --git a/GoSublime.sublime-settings b/GoSublime.sublime-settings index 8aa42541..da8d81ce 100644 --- a/GoSublime.sublime-settings +++ b/GoSublime.sublime-settings @@ -246,7 +246,8 @@ "text": "func http handler", "title": "func(rw, req)", "value": "func ${1:name}(rw http.ResponseWriter, req *http.Request) {\n\t$0\n}" - } + }, + {"text": "foreach", "title": "for _,val:=range[array]", "value": "for _, val := range ${1:array} {\n\t$0\n}"} ] }, {