use stdlib "slices".

This commit is contained in:
fiatjaf
2024-02-08 16:36:18 -03:00
parent 1b0ecd993e
commit 4cb1ec89c0
7 changed files with 7 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ package opentimestamps
import (
"strings"
"golang.org/x/exp/slices"
"slices"
)
// CompareInstructions returns negative if a<b, 0 if a=b and positive if a>b.