rename module

This commit is contained in:
A.Unger 2021-03-03 17:48:26 +01:00
parent f33224c60d
commit 9e5b6ba357
No known key found for this signature in database
GPG key ID: 62D3A688BF3F9A7F
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"image/color" "image/color"
"math/rand" "math/rand"
"time" "time"

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

View file

@ -1,7 +1,7 @@
package main package main
import ( import (
"generativeart" "github.com/jdxyw/generativeart"
"math/rand" "math/rand"
"time" "time"
) )

2
go.mod
View file

@ -1,4 +1,4 @@
module generativeart module github.com/jdxyw/generativeart
go 1.14 go 1.14