Skip to content

Commit 383548f

Browse files
committed
update vendors
1 parent f0048f3 commit 383548f

File tree

141 files changed

+56
-7294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+56
-7294
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.20', '1.21' ]
15+
go: [ '1.21' ]
1616
steps:
1717
- uses: actions/checkout@v3
1818

.gvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

Makefile

100755100644
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ build:
2323
tests:
2424
devtool test
2525

26-
.PHONY: ci
27-
ci: install setup license lint build tests
26+
.PHONY: pre-commite
27+
pre-commite: setup lint build tests
2828

29-
.PHONY: go_work
30-
go_work:
31-
go work use -r .
32-
go work sync
29+
.PHONY: ci
30+
ci: install setup lint build tests
3331

34-
create_release:
35-
devtool tag

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# goX
1+
# Algorithms
2+
3+
Algorithmic calculation methods
4+
5+
## Install
6+
7+
```shell
8+
go get -u go.osspkg.com/algorithms
9+
```
210

311
## License
412

5-
BSD-3-Clause License. See the LICENSE file for details.
13+
BSD-3-Clause License. See the LICENSE file for details

algorithms/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

algorithms/go.mod

Lines changed: 0 additions & 7 deletions
This file was deleted.

algorithms/go.sum

Whitespace-only changes.

app/README.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)