8 lines
87 B
Go
8 lines
87 B
Go
//go:build !windows
|
|
|
|
package dllver
|
|
|
|
func (i *Info) initialize() error {
|
|
return nil
|
|
}
|