diff --git a/public/go.html b/public/go.html
index 90f420fe9..79e98c63a 100644
--- a/public/go.html
+++ b/public/go.html
@@ -13722,11 +13722,10 @@
:158:29)'
+ let indexColon = fnLine.indexOf(":")
+ if (indexColon == -1) {
+ return null
+ }
+
+ let fnUptoColon = fnLine.substring(0,indexColon)
+ let trimmed = fnUptoColon.trim()
+ return trimmed
+ },
},
linesOfSourceFile: {}, // the lines of code in go.html and other source files = [line 1, line 2, etc...]