Sha256: a4f9e721f6992aca63c8669b99f07cea21686dd98d71f054c0335de0e178deba
Contents?: true
Size: 489 Bytes
Versions: 78
Compression:
Stored size: 489 Bytes
Contents
## No Stub This may be the first Go track exercise you encounter without a stub: a pre-existing `space_age.go` file for your solution. You may not see stubs in the future and should begin to get comfortable with creating your own Go files for your solutions. One way to figure out what the function signature(s) you would need is to look at the corresponding \*\_test.go file. It will show you what the package level functions(s) should be that the test will use to verify the solution.
Version data entries
78 entries across 78 versions & 1 rubygems