Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 1.42 KB

File metadata and controls

82 lines (46 loc) · 1.42 KB

Links

First iteration

git checout first

go run main.go

See request data


Second iteration

git checkout second

go run main.go

See empty base object

Uncomment code, SetBase()

Add SetBase() to DataType interface


Third iteration

git checkout third

go run main.go

See SetItem()

Partially uncomment code

go run main.go

See Item

Comment out the rest of the code

Add Ops functionality to service and database layers

go run main.go


Fourth iteration

git checkout fourth

go run main.go