Skip to content

Commit f12ac9d

Browse files
add some basic tests
1 parent 4c69182 commit f12ac9d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Golang Cards
2+
3+
### Testing
4+
```shell
5+
go test
6+
```
7+
8+
### Run program
9+
```shell
10+
go run .
11+
```

deck_test.go

Whitespace-only changes.

0 commit comments

Comments
 (0)