Closed sqs closed 8 years ago
Fixes an undesired fatal error when a Go file contains a comment such as the following referring to a file that does not exist.
//line doesntexist.go:4 package foo /* ... */
Can anyone figure out what broke and why this was needed to fix it, and then deploy this (update srclib_images.go, etc.)?
srclib_images.go
Fixes an undesired fatal error when a Go file contains a comment such as the following referring to a file that does not exist.