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

Remove unused init() in context_test.go #65

Closed anthonyfok closed 6 years ago

anthonyfok commented 6 years ago

This is to deal with the following Lintian message when trying to package github.com/wellington/go-libsass for Debian:

I: golang-github-wellington-go-libsass-dev: package-contains-empty-directory usr/share/gocode/src/github.com/wellington/go-libsass/test/build/img/
N:
N:    This package installs an empty directory. This might be intentional but
N:    it's normally a mistake. If it is intentional, add a Lintian override.

But of course, I could be mistaken too. ;-) Please let me know!

Many thanks!

drewwells commented 6 years ago

Thanks!