wellington / go-libsass

Go wrapper for libsass, the only Sass 3.5 compiler for Go
http://godoc.org/github.com/wellington/go-libsass
Apache License 2.0
205 stars 28 forks source link

go-libsass does not build in 1.10 tip #53

Closed drewwells closed 6 years ago

drewwells commented 6 years ago

wellington/wellington#203

drewwells commented 6 years ago

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))