From 1b779d8e57af32290ad3624d2ae4400e90f657d1 Mon Sep 17 00:00:00 2001 From: Iskander Sharipov Date: Fri, 25 Jan 2019 09:07:10 +0300 Subject: [PATCH] readme: add demo script link Signed-off-by: Iskander Sharipov --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a028e6f..cba95a3 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,5 @@ normalized_badcode.go:4:9: identical expressions on the left and right side of t And we get the warning we deserve! No changes into `staticcheck` or any other linter are required. + +See also: [demo script](/example/demo.bash).