diff options
| author | Adnan Maolood <[email protected]> | 2021-02-24 09:00:14 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-24 09:00:28 -0500 |
| commit | 15385e309578b5cca845000302eafecc18737916 (patch) | |
| tree | 711484214bd9404aab703078df4ea047e743dab6 | |
| parent | response: Move to methods (diff) | |
| download | go-gemini-15385e309578b5cca845000302eafecc18737916.tar.xz go-gemini-15385e309578b5cca845000302eafecc18737916.zip | |
fs: Fix Go build constraint comment
| -rw-r--r-- | fs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -// +build 1.16 +// +build go1.16 package gemini |