1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-28 15:21:23 +02:00

fs: Remove build constraint

This commit is contained in:
Adnan Maolood 2021-02-24 11:01:02 -05:00
parent cb7879c966
commit 25f441f573
2 changed files with 1 additions and 3 deletions

2
fs.go

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

2
go.mod

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