When running go get -u github.com/wellington/sass/sass (the command listed in the readme), Go outputs the following error:
../../../go/src/github.com/wellington/sass/sass/cmd/compile.go:31:11: undefined: compiler.File
I know this lib has not been updated in a long time, but it is not archived so I'm not sure if there are any plans to maintain this. Since it has not been updated in 2 years the build fail is probably due to some Go update, although I'm not altogether sure.
When running
go get -u github.com/wellington/sass/sass(the command listed in the readme), Go outputs the following error:I know this lib has not been updated in a long time, but it is not archived so I'm not sure if there are any plans to maintain this. Since it has not been updated in 2 years the build fail is probably due to some Go update, although I'm not altogether sure.