Skip to content

Commit

Permalink
Comment out changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Sep 20, 2022
1 parent 920f34a commit ae66a59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/todos/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ func main() {
ID: 1,
Task: "update the TODO service deployment in a super slick way using Nix",
Done: false,
//Done: true,
},
/*{
ID: 2,
Task: "continue exploring Nix and DevOps",
Done: false,
},*/
}

r := gin.Default()
Expand Down

0 comments on commit ae66a59

Please sign in to comment.