From 69b0da41dff1813f3939cf4ea09fbbb2d06b7719 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 19 Sep 2024 19:33:58 +0200 Subject: Drop support for Go 1.16 and Go 1.17 (#203) Fixes #184--- examples/tailwindcss/tailwindcss.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/tailwindcss') 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 ( -- cgit 1.4.1