package
2.2.3+incompatible
Repository: https://github.com/ying32/govcl.git
Documentation: pkg.go.dev

# README


Custom load libvcl or liblcl at the specified location

Custom loading dll or so, you need to operate according to the rules of the go initial package.

  • example:
package main

import "yourpackage" // Must take effect after being sorted automatically before the vcl package.
import "github.com/ying32/govcl/vcl"

# Variables