Skip to content

Commit 41112d2

Browse files
committed
gorond
1 parent e6e7402 commit 41112d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/cpossum/c-possum.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ import "C"
1010
import (
1111
"errors"
1212
"fmt"
13-
"github.com/anacrolix/generics"
1413
"io/fs"
1514
"math"
1615
"runtime"
1716
"time"
1817
"unsafe"
18+
19+
"github.com/anacrolix/generics"
1920
)
2021

2122
var NoSuchKey = Error{

0 commit comments

Comments
 (0)