about summary refs log tree commit diff stats
path: root/examples/tailwindcss/tailwindcss.go
diff options
context:
space:
mode:
authorMarkus Wüstenberg2024-09-19 19:33:58 +0200
committerGitHub2024-09-19 19:33:58 +0200
commit69b0da41dff1813f3939cf4ea09fbbb2d06b7719 (patch)
tree5c2eb3befabf9d666691a20f65d79513c5821e11 /examples/tailwindcss/tailwindcss.go
parentc97605aca761985ac45adfe19365801ec2682657 (diff)
downloadgomponents-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.go3
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 (