Skip to content

Commit e67c669

Browse files
committed
Fix readme
1 parent 931b57c commit e67c669

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
.PHONY: lint
1+
.PHONY: lint build build-frontend
2+
3+
default: build
4+
25
## run lint to format golang code
36
lint:
47
gofmt -w -s ./

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ Search Embedding of:
145145
146146
To make this project work, quite a lot of code are copied and modified from the following libraries:
147147
- Neural Network & Parameter Server:
148-
- [go-deep](https://github.com/patrikeh/go-deep)
149148
- [gorgonia](https://github.com/gorgonia/gorgonia)
149+
- [goro](https://github.com/aunum/goro)
150+
- [go-deep](https://github.com/patrikeh/go-deep)
150151
- [pa-m/sklearn](https://github.com/pa-m/sklearn)
151152
- Feature Engineering:
152153
- [go-featureprocessing](https://github.com/nikolaydubina/go-featureprocessing)

0 commit comments

Comments
 (0)