Skip to content

Commit

Permalink
Made changes as per PR for lab7
Browse files Browse the repository at this point in the history
Removed error_test and added functions into store_test.go
Renamed sync_mapstore to syncstore.go
Various other renamings and changes

Added syncstore to lab 7
  • Loading branch information
Jim hejtmanek committed Jul 31, 2020
1 parent 684a2e6 commit ff373cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
81 changes: 0 additions & 81 deletions 07_errors/jimbotech/sync_mapstore.go

This file was deleted.

3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ require (
github.com/gin-gonic/gin v1.4.0
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/render v1.0.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
github.com/joel00wood/test-helpers v0.0.0-20190625115747-3a6e67586543
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
github.com/tylerb/graceful v1.2.15
Expand Down

0 comments on commit ff373cd

Please sign in to comment.