seedWorkspace returns a workspace with one seeded "main" board and the default look (cork on, transparent fill).
()
| 653 | // seedWorkspace returns a workspace with one seeded "main" board and the |
| 654 | // default look (cork on, transparent fill). |
| 655 | func seedWorkspace() *Workspace { |
| 656 | return &Workspace{ |
| 657 | Boards: []*Board{seedBoard()}, |
| 658 | Background: Background{Cork: true}, |
| 659 | } |
| 660 | } |