Skip to content

Commit

Permalink
fake file so dep can work
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Feb 23, 2018
1 parent 4271b0e commit 90f7da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
//
// For the most part, consider this a hand curated SWIG of libsass C API.
package libs

import (
_ "github.com/wellington/go-libsass/libsass-build"
)
2 changes: 2 additions & 0 deletions libsass-build/fake.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// libsass-build is a dummy package so dep includes this folder
package libsassbuild

0 comments on commit 90f7da5

Please sign in to comment.