Created
September 15, 2015 07:38
-
-
Save evgenybf/f1436c5daf0c0fcac975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// По русски | |
package main | |
import ( | |
"fmt" | |
) | |
func main() { | |
fmt.Println("Hello, world!") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :)