manifoldco / go-manifold

Go client API for Manifold (unstable)
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Simplify activity events #67

Closed louisbranch closed 6 years ago

louisbranch commented 6 years ago

Remove all job state and id references. Needed for: https://github.com/manifoldco/marketplace/pull/1276

tim-speed commented 6 years ago

You need to fix:

gometalinter --tests --disable-all --vendor --deadline=5m -s data ./... --enable gosimple
events/events_test.go:45:15:warning: cannot use &(Resource literal) (value of type *Resource) as Resource value in struct literal (gosimple)
make: *** [gosimple] Error 1