Skip to content

Commit 21d6d98

Browse files
committed
feat: add command line tool and type assertion
1 parent 4a67115 commit 21d6d98

File tree

11 files changed

+2
-0
lines changed

11 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Learning basic [Golang](https://golang.org/) in one day
1111
* [example05](./example05-interface): Create interface for multiple struct.
1212
* [example06](./example06-go-concurrency): How to use Goroutines in Go, share by communicating.
1313
* [example07](./example07-errors-hanlder): Errors handler in Go.
14+
* [example08](./example08-type-assertions): A type assertion provides access to an interface value.
15+
* [example09](./example09-command-line-tool): Write command line tool in Go.
1416

1517

1618
[1]:https://github.com/golang/lint
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)