Skip to content

Commit d17730f

Browse files
author
Elli Beres
committed
Update names
1 parent ba6ce98 commit d17730f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/ellifteria/opensimplex2-go
1+
module github.com/ellifteria/opensimplex2d-go
22

33
go 1.20
44

opensimplex2.go renamed to opensimplex2d.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package opensimplex2
1+
package opensimplex2d
22

33
import "math"
44

opensimplex2_constants.go renamed to opensimplex2d_constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package opensimplex2
1+
package opensimplex2d
22

33
const (
44
StretchConstant2 float64 = -0.21132486540518708

opensimplex2_test.go renamed to opensimplex2d_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package opensimplex2
1+
package opensimplex2d
22

33
import (
44
"math"

0 commit comments

Comments
 (0)