libct/sys/rlimit_linux: drop go:build tag

This is not needed since commit 16d73367 which sets 1.23 to be a
minimally required Go version.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-08-13 20:11:10 -07:00
parent cc8ab60e1a
commit 237cc9806a

View File

@@ -1,5 +1,3 @@
//go:build go1.23
package system
import (