diff options
author | Markus Wüstenberg | 2024-09-19 19:33:58 +0200 |
---|---|---|
committer | GitHub | 2024-09-19 19:33:58 +0200 |
commit | 69b0da41dff1813f3939cf4ea09fbbb2d06b7719 (patch) | |
tree | 5c2eb3befabf9d666691a20f65d79513c5821e11 /examples/tailwindcss/tailwindcss.go | |
parent | c97605aca761985ac45adfe19365801ec2682657 (diff) | |
download | gomponents-69b0da41dff1813f3939cf4ea09fbbb2d06b7719.tar.lz gomponents-69b0da41dff1813f3939cf4ea09fbbb2d06b7719.tar.zst gomponents-69b0da41dff1813f3939cf4ea09fbbb2d06b7719.zip |
Drop support for Go 1.16 and Go 1.17 (#203)
Fixes #184
Diffstat (limited to 'examples/tailwindcss/tailwindcss.go')
-rw-r--r-- | examples/tailwindcss/tailwindcss.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/tailwindcss/tailwindcss.go b/examples/tailwindcss/tailwindcss.go index 39a012e..6e92288 100644 --- a/examples/tailwindcss/tailwindcss.go +++ b/examples/tailwindcss/tailwindcss.go @@ -1,6 +1,3 @@ -//go:build go1.18 -// +build go1.18 - package main import ( |