Skip to content

Commit d248ae3

Browse files
committed
Mod tidy
1 parent 0f39452 commit d248ae3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/gravitton/assert v0.4.0 h1:uZVoJb79XoUpDYq0GBUHCJI3sS6mieOmoq+ZuXf2wvc=
2-
github.com/gravitton/assert v0.4.0/go.mod h1:t/H52Szce7uofC0H1sN9yLZsj1TBvky5sGmrFiaxypY=
31
github.com/gravitton/assert v0.5.0 h1:7HW4+nagmtDEI7ZMBjeZo/sBJTNnxtWGoVw/Vxe1VUU=
42
github.com/gravitton/assert v0.5.0/go.mod h1:wQGHJvwsxQQ7qdX++NLofrI2cJvYIdJJtAo7A15qcAY=

math_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package geom
22

33
import (
4-
"github.com/gravitton/assert"
54
"testing"
5+
6+
"github.com/gravitton/assert"
67
)
78

89
func TestMidpoint(t *testing.T) {

0 commit comments

Comments
 (0)