Skip to content

Commit

Permalink
doc: added how to import in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Sep 11, 2023
1 parent 127a1e3 commit 12cbe5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 declarations

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
Expand Down

0 comments on commit 12cbe5b

Please sign in to comment.