cgo.go 326 B

1234567891011
  1. // Copyright 2017 Google Inc. All Rights Reserved.
  2. //
  3. // Distributed under MIT license.
  4. // See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
  5. package cbrotli
  6. // Inform golang build system that it should link brotli libraries.
  7. // #cgo pkg-config: libbrotlicommon libbrotlidec libbrotlienc
  8. import "C"