From f73f416ef0f2af5a02f3a2ac20748552f01afd84 Mon Sep 17 00:00:00 2001 From: Takayuki Sato Date: Mon, 11 Sep 2023 22:06:55 +0900 Subject: [PATCH] doc: added import declaration in README.md (#62) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 60767d0..1afd99e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,17 @@ unit of the data source. By doing so, the definition of a new DaxBase also serves as a list of the data sources being used. +## Import declaration + +To use this package in your code, the following import declaration is necessary. + +``` +import ( + "github.com/sttk/sabi" + "github.com/sttk/sabi/errs" +) +``` + ## Usage ### Logic and an interface for its data access