Merge pull request #2 from refs/master

Rename module
This commit is contained in:
jdxyw 2021-03-04 10:12:50 +08:00 committed by GitHub
commit 5e19476353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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