Dan Kortschak
5f0141ca4c
all: run gofmt and generate all packages
...
Changes made in dsp/fourier/internal/fftpack break the formatting used
there, so these are reverted. There will be complaints in CI.
[git-generate]
gofmt -w .
go generate gonum.org/v1/gonum/blas
go generate gonum.org/v1/gonum/blas/gonum
go generate gonum.org/v1/gonum/unit
go generate gonum.org/v1/gonum/unit/constant
go generate gonum.org/v1/gonum/graph/formats/dot
go generate gonum.org/v1/gonum/graph/formats/rdf
go generate gonum.org/v1/gonum/stat/card
git checkout -- dsp/fourier/internal/fftpack
2022-08-06 07:05:17 +09:30
Dan Kortschak
a2c6f817bf
ci: replace golangci-lint with staticcheck
2022-05-18 21:35:57 +09:30
Dan Kortschak
ccc0da248a
all: run make builds pass with go master
...
Run gofmt go1.17 adds the new //go:build comments
2021-04-19 15:00:56 +09:30
Dan Kortschak
2599150152
all: remove appengine build tag and test with safe
2020-09-07 19:10:11 +09:30
Dan Kortschak
1d8f8b2ee4
all: address issues identified by golangci-lint
2019-09-09 07:38:44 +09:30
Dan Kortschak
f1f6e6e7bc
graph/internal/set: make complex set operations pure functions
2019-03-20 04:59:32 +10:30
Dan Kortschak
9182d211c6
graph/internal/set: make Nodes creation a function
...
This allows us to alter the type that is returned and the
underlying implementation if necessary.
2019-03-14 20:54:06 +10:30
Dan Kortschak
9d2ddaf3c5
graph/internal/set: improve test coverage and docs
2019-02-21 03:34:59 +10:30
Dan Kortschak
72e79ca985
all: add safe synonym for appengine tag
2018-07-22 17:17:15 +09:30
Dan Kortschak
b9db25a610
all: conform build tag comment to convention
2018-07-06 09:05:06 +09:30
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
mewmew
7e53ef2fae
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
Remove vanity imports from all files except doc.go.
Fixes #12 .
The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
2017-08-16 14:26:00 +02:00
mewmew
ac48587c92
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit b2982a3e50
.
2017-08-16 14:21:05 +02:00
mewmew
b2982a3e50
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
2017-08-16 14:07:36 +02:00
mewmew
5b4711aa15
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit b0a98102dc
.
2017-08-16 14:07:17 +02:00
mewmew
b0a98102dc
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
2017-08-16 14:02:26 +02:00
mewmew
7eaea7c428
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit 00292b2d57
.
2017-08-16 14:01:36 +02:00
mewmew
00292b2d57
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
2017-08-16 13:56:50 +02:00
mewmew
a37fef5a6d
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit 963877e5f5
.
2017-08-16 13:54:16 +02:00
mewmew
963877e5f5
all: use fixdocs tool to store package documentation in doc.go
2017-08-16 13:19:00 +02:00
kortschak
b47aa1446b
graph/internal/...: update for int64 IDs
2017-07-02 08:38:42 +09:30
kortschak
7af70dd796
all: fix many go vet errors
2017-06-20 16:29:35 +09:30
kortschak
619e137c2c
graph,graph/{encoding/dot,internal/set,topo,traverse}: remove intsets imports
2017-06-16 19:39:51 +09:30
kortschak
37850ca814
all: add canonical imports
2017-05-25 16:07:18 +09:30
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
059a6c43f9
graph: imported graph as a subtree
2017-05-23 00:02:59 -06:00