From b8e9053d0bbb20a9429467f5b8705a7224fdff00 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Thu, 26 Nov 2020 18:47:36 +0100 Subject: [PATCH] doc fix --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f310998..c6ef135 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.` -notation.Println(s) +notation.Printlnw(s) ``` Output: diff --git a/go.mod b/go.mod index 79d7ec8..2679010 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/aryszka/notation -go 1.14 +go 1.15