libtk.go 346 B

123456789101112
  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. //go:generate go run generator.go
  5. // Package libtk9_0 is a ccgo/v4 version the Tk GUI toolkit.
  6. package libtk9_0 // import "modernc.org/libtk9_0"
  7. const (
  8. Version = "tk9.0.1"
  9. )