File: docs.go

package info (click to toggle)
golang-github-wellington-go-libsass 0.9.2%2Bgit20181130.4ef5b9d-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,128 kB
  • sloc: cpp: 28,607; ansic: 839; makefile: 44
file content (10 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
// libs is a direct mapping to libsass C API. This package should not be
// necessary to do any high level operations. It is instead intended
// that go-libsass handles everything needed in your project.
//
// In case where low level API calls are necessary, use this package
// to do so. For more details on what these methods do see:
// https://github.com/sass/libsass/wiki/API-Documentation
//
// For the most part, consider this a hand curated SWIG of libsass C API.
package libs