Jakob Borg
|
4b750b6dc3
|
all: Remove usage of deprecated io/ioutil (#7971)
As of Go 1.16 io/ioutil is deprecated. This replaces usage with the
corresponding functions in package os and package io.
|
2021-11-22 08:59:47 +01:00 |
|
Jakob Borg
|
d47745a86b
|
all: Update build constraints to Go 1.17 style (#7894)
|
2021-08-17 10:10:41 +02:00 |
|
greatroar
|
3746c899b7
|
build: List go:generate tools in tools.go (#7599)
|
2021-05-08 12:52:06 +02:00 |
|
Simon Frei
|
69c63e94bf
|
scripts: Remove unused import (ref #7375)
|
2021-03-03 09:00:43 +01:00 |
|
Simon Frei
|
3d91f7c975
|
lib: Use counterfeiter to mock interfaces in tests (#7375)
|
2021-03-03 08:53:50 +01:00 |
|