Skip to content

Commit

Permalink
...and more TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andlabs committed Sep 26, 2016
1 parent 31a6dad commit b0b2bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decryptloop/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var validSteps []Step

var stepsByName = make(map[string]Step)

// TODO complain on duplicates
func addstep(s stepiface) Step {
ss := Step{s}
validSteps = append(validSteps, ss)
Expand Down

0 comments on commit b0b2bcf

Please sign in to comment.