wellington/go-libsass

go-libsass does not build in 1.10 tip

Closed this issue · 1 comments

For some reason, Go types to C types need explicit casting now

-       C.sass_option_set_c_headers(gofc, goimp)
+       C.sass_option_set_c_headers(gofc, C.Sass_Importer_List(goimp))