diff --git a/README b/README deleted file mode 100644 index b7aeba8..0000000 --- a/README +++ /dev/null @@ -1,9 +0,0 @@ -## godef - find symbol information in Go source - -Godef, given an expression or a location in a source file, prints the -location of the definition of the symbol referred to. - -Known limitations: - -- it does not understand about "." imports -- it does not deal well with definitions in tests. diff --git a/README.md b/README.md new file mode 100644 index 0000000..a59eae6 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# godef - find symbol information in Go source + +Godef, given an expression or a location in a source file, prints the location of the definition of the symbol referred to. + +## Known limitations + +- It does not understand about "." imports +- It does not deal well with definitions in tests