Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
raed-shomali committed Nov 19, 2023
1 parent 3f74639 commit 3d506f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ func main() {
parameters["string"] = "value"

properties := proper.NewProperties(parameters)

fmt.Println(properties.BooleanParam("boolean", false))
fmt.Println(properties.FloatParam("float", 0))
fmt.Println(properties.IntegerParam("integer", 0))
Expand Down

0 comments on commit 3d506f1

Please sign in to comment.