Skip to content

Commit

Permalink
[cmd] refs simelo#17 Remove old varname dealOutStringAsGostring
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jan 20, 2020
1 parent 1d6c7dc commit 5bce167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmd/cgogen.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,12 @@ var arrayTypes = map[string]string{
}

//Imports used in this code file
var importDefs [](*ast.GenDecl)
var importDefs []*ast.GenDecl

//types that will be replaced by handles
var handleTypes map[string]string
var returnVarName = "____error_code"
var returnErrName = "____return_err"
var dealOutStringAsGostring = true

func main() {
handleTypes = make(map[string]string)
Expand Down

0 comments on commit 5bce167

Please sign in to comment.