Bug on Format date
This commit is contained in:
		@@ -14,7 +14,7 @@ type Workspace struct {
 | 
			
		||||
	resources.ResourceSet
 | 
			
		||||
	IsContextual bool   `json:"is_contextual" bson:"is_contextual" default:"false"`
 | 
			
		||||
	Active       bool   `json:"active" bson:"active" default:"false"`
 | 
			
		||||
	Shared       string `json:"shared" bson:"shared" default:"false"`
 | 
			
		||||
	Shared       string `json:"shared,omitempty" bson:"shared,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (ao *Workspace) GetID() string {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user