mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 06:59:04 +00:00
chore: bump minimum Go version to 1.24 (#85)
Signed-off-by: Marvin Drees <marvin.drees@9elements.com>
This commit is contained in:
@@ -431,13 +431,6 @@ func (h *Handler) IsTxOver() bool {
|
||||
state == StateTimeWait && !h.scb.HasPending()
|
||||
}
|
||||
|
||||
func min(a, b int) int {
|
||||
if a < b {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
|
||||
func errstr(err error) string {
|
||||
if err == nil {
|
||||
return "<nil>"
|
||||
|
||||
Reference in New Issue
Block a user