Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 2c532c7

Browse files
committed
demo
1 parent ed516c8 commit 2c532c7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

demo/demo.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package demo
2+
3+
import (
4+
"errors"
5+
)
6+
7+
func Demo() {
8+
errors.New("hoge")
9+
}

0 commit comments

Comments
 (0)