ecs_state
ecs_state copied to clipboard
Helps manage the state of an ECS cluster to allow for simpler scheduler creation.
https://github.com/Masterminds/glide is my favorite
Golang package naming conventions do not include underscores. Before this repo gets much use, would be nice to rename to `ecsstate`.
When I add the dependency to this project, I get a compilation error: ``` github.com/jhspaybar/ecs_state/ecs_state.go:47: cannot use db (type *gorm.DB) as type gorm.DB in field value ``` Have you guys...