Skip to content

Commit 6dd4b5e

Browse files
committed
readme & example: zetamatta -> nyaosorg
1 parent 787aaf2 commit 6dd4b5e

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

example.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build run
12
// +build run
23

34
package main
@@ -6,7 +7,7 @@ import (
67
"fmt"
78
"time"
89

9-
"github.com/zetamatta/go-inline-animation"
10+
"github.com/nyaosorg/go-inline-animation"
1011
)
1112

1213
func main() {

example2.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build run
12
// +build run
23

34
package main
@@ -7,7 +8,7 @@ import (
78
"os"
89
"time"
910

10-
"github.com/zetamatta/go-inline-animation"
11+
"github.com/nyaosorg/go-inline-animation"
1112
)
1213

1314
func main() {

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/nyaosorg/go-inline-animation
22

33
go 1.17
4-
5-
require github.com/zetamatta/go-inline-animation v0.0.0-20190601165454-6648860353dc

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
github.com/zetamatta/go-inline-animation v0.0.0-20190601165454-6648860353dc h1:n50N7PRFw06uZq3KBYye4wq/t860QEQQXNJVWppdOgc=
2-
github.com/zetamatta/go-inline-animation v0.0.0-20190601165454-6648860353dc/go.mod h1:zyNzCk8IbCms8BVBd61LTid6jNslzC4ral0Wi7q+BdU=

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go-inline-animation
22
===================
33

4-
<img src="./demo.gif" />
4+
![image](./demo.gif)
55

66
example:
77

@@ -14,7 +14,7 @@ import (
1414
"fmt"
1515
"time"
1616

17-
"github.com/zetamatta/go-inline-animation"
17+
"github.com/nyaosorg/go-inline-animation"
1818
)
1919

2020
func main() {
@@ -38,7 +38,7 @@ import (
3838
"os"
3939
"time"
4040

41-
"github.com/zetamatta/go-inline-animation"
41+
"github.com/nyaosorg/go-inline-animation"
4242
)
4343

4444
func main() {

0 commit comments

Comments
 (0)