Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Martí 85843f1f29 all: update go.mod files to target Go 1.13
Since the main README recommends Go 1.13 or later, let's make the go.mod
files reflect that. This will enable starting to use new language
features.

Modules that still build on 1.12 will continue to work on that version
just fine; this line is just a hint to enable new language features for
versions of Go new enough.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2019-09-07 11:18:37 +02:00
Elias Naur 026468a5f7 website: require Go 1.12
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-08-27 11:08:24 +01:00
Elias Naur eae9b6f8ac website: specify Go 1.11 and use default godoc repository root
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-08-25 09:22:51 +01:00
Elias Naur 0f05231c35 all: initial import
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-03-31 10:47:22 +02:00