platform9 / ssh-provider

SSH Machine Controller for the Cluster API
11 stars 4 forks source link

Evaluate setting skipUnsafe to true for generated code #40

Open puneetguptanitj opened 6 years ago

puneetguptanitj commented 6 years ago

Currently the conversion.go is run with default value of skipUnsafe as false. Thus the generated conversion methods use https://golang.org/pkg/unsafe/. See if we can set the command line option to true.