libname

package
v0.0.0-...-2c16882 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

README


自定义加载指定位置的liblcl或者liblcl

要自定义加载dll或者so之类的,需要按照go初始包的规则来做。 Go是按文件名排序的,也就是说要创建一个自定义的包,这个包的文件名必须比以下这个包的 gitee.com/snxamdf/golcl/lcl 的文件名小,要能在main包里排在这个之前

  • 例:
package main

import "yourpackage" // 必须在自动排序后,排在lcl包之前方能生效。
import "gitee.com/snxamdf/golcl/lcl"

Documentation

Index

Constants

This section is empty.

Variables

Functions

func GetDLLName

func GetDLLName() string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL