ecs_state icon indicating copy to clipboard operation
ecs_state copied to clipboard

Helps manage the state of an ECS cluster to allow for simpler scheduler creation.

Results 3 ecs_state issues
Sort by recently updated
recently updated
newest added

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...