Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
removed left-over comment
  • Loading branch information
joreiche authored Nov 17, 2024
1 parent 56d92ac commit 798cfeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/risk_demo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import (

type customRiskRule string

// exported as symbol (here simply as variable to interface to bundle many functions under one symbol) named "RiskRule"

func main() {
getInfo := flag.Bool("get-info", false, "get rule info")
generateRisks := flag.Bool("generate-risks", false, "generate risks")
Expand Down

0 comments on commit 798cfeb

Please sign in to comment.