Skip to content

Commit

Permalink
Merge pull request #24 from life4/more-examples
Browse files Browse the repository at this point in the history
slices: examples for every function
  • Loading branch information
orsinium authored Sep 6, 2023
2 parents f37c300 + dcc2b9d commit e668035
Show file tree
Hide file tree
Showing 6 changed files with 584 additions and 26 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
__pycache__/
.mypy_cache/

# goland
.hypothesis/
.idea

# vscode
.vscode

# linux temp files,
.swp
*~

6 changes: 6 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ tasks:
cmds:
- go test -count 1 -cover -timeout 1s ./...

docs:
sources:
- "*/*.go"
cmds:
- pkgsite -http localhost:1338

all:
desc: Run all tests and linters
cmds:
Expand Down
Loading

0 comments on commit e668035

Please sign in to comment.