This website works better with JavaScript.
Explore
Help
Sign In
learning
/
learn_golang
Watch
1
Star
0
Fork
You've already forked learn_golang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
61ddd5d06e
learn_golang
/
learn_go_with_tests
/
structs
/
README.md
7 lines
94 B
Markdown
Raw
Normal View
History
Unescape
Escape
Adding structs and interfaces
11 months ago
# Testing Structs
You can run individual tests like:
```
go test -run TestArea/Rectangle
Saving pointers work
8 months ago
```