From b80018ec2d234cf40da42b9bec099d97b397f23e Mon Sep 17 00:00:00 2001 From: "Albin \"albinek\" Sadowski" Date: Tue, 5 Mar 2019 11:17:29 +0100 Subject: [PATCH] Update and rename README to README.md --- README | 9 --------- README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 README create mode 100644 README.md 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