1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 04:22:01 +01:00

Revert "Require Go 1.16"

This reverts commit a11fe5f12dd0e7dd542e08f37f6cd900a41eaf37.
This commit is contained in:
adnano 2021-03-23 22:05:12 -04:00
parent ef2b0a94af
commit b2fa5aef0c
2 changed files with 3 additions and 1 deletions

2
fs.go

@ -1,3 +1,5 @@
// +build go1.16
package gemini
import (

2
go.mod

@ -1,5 +1,5 @@
module git.sr.ht/~adnano/go-gemini
go 1.16
go 1.15
require golang.org/x/net v0.0.0-20210119194325-5f4716e94777