mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-05 08:37:37 -04:00
Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
This commit is contained in:
@@ -468,7 +468,7 @@ func (f *Fn) DLLName() string {
|
|||||||
return f.dllname
|
return f.dllname
|
||||||
}
|
}
|
||||||
|
|
||||||
// DLLName returns DLL function name for function f.
|
// DLLFuncName returns DLL function name for function f.
|
||||||
func (f *Fn) DLLFuncName() string {
|
func (f *Fn) DLLFuncName() string {
|
||||||
if f.dllfuncname == "" {
|
if f.dllfuncname == "" {
|
||||||
return f.Name
|
return f.Name
|
||||||
|
|||||||
Reference in New Issue
Block a user