library.go 392 B

123456789101112131415
  1. // Copyright 2024 The libtk9_0-go Authors. All rights reserved.
  2. // Use of the source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package library provides the Tk standard library.
  5. package library // import "modernc.org/libtk9_0/library"
  6. import (
  7. _ "embed"
  8. )
  9. // Zip contains the Tk standard library archive.
  10. //
  11. //go:embed library.zip
  12. var Zip string