Skip to content

Instantly share code, notes, and snippets.

@evgenybf
Created September 15, 2015 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evgenybf/f1436c5daf0c0fcac975 to your computer and use it in GitHub Desktop.
Save evgenybf/f1436c5daf0c0fcac975 to your computer and use it in GitHub Desktop.
// По русски
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world!")
}
@evgenybf
Copy link
Author

Sublime3+GoTools. godef can't find any correct identifier if you click on the Println here as view.text_point() returns an internal position in the text instead of an absolute one (sublimehq/sublime_text#989)

PS: s/По русски/По-русски/g :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment