Skip to content

Commit 2b33160

Browse files
committed
v7
1 parent 074321a commit 2b33160

8 files changed

+9
-112
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.vscode
2+
coverage.out

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Go Eval
22

33
<p align="center">
4-
<a href="https://pkg.go.dev/github.com/seborama/gal/v6">
4+
<a href="https://pkg.go.dev/github.com/seborama/gal/v7">
55
<img src="https://img.shields.io/badge/godoc-reference-blue.svg" alt="gal">
66
</a>
77

8-
<a href="https://goreportcard.com/report/github.com/seborama/gal/v6">
9-
<img src="https://goreportcard.com/badge/github.com/seborama/gal/v6" alt="gal">
8+
<a href="https://goreportcard.com/report/github.com/seborama/gal/v7">
9+
<img src="https://goreportcard.com/badge/github.com/seborama/gal/v7" alt="gal">
1010
</a>
1111
</p>
1212

coverage.out

-104
This file was deleted.

function_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"math"
55
"testing"
66

7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/assert"
99
)
1010

gal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/google/go-cmp/cmp"
7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/assert"
99
)
1010

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/seborama/gal/v6
1+
module github.com/seborama/gal/v7
22

33
go 1.20
44

tree_builder_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/google/go-cmp/cmp"
7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/require"
99
)
1010

tree_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/google/go-cmp/cmp"
7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/assert"
99
)
1010

0 commit comments

Comments
 (0)