Merge pull request #112 from CodeLingoBot/rewrite

Fix function comments based on best practices from Effective Go
This commit is contained in:
Justin
2019-03-12 15:12:18 -07:00
committed by GitHub
+1 -1
View File
@@ -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