correction to example in README.md

master
Charles Iliya Krempeaux 2022-08-20 08:11:47 -07:00 committed by GitHub
parent bb61bb0854
commit 89498dfdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ default:
// ...
value, found := op.Get()
if {
if found {
fmt.Println("VALUE:", value)
} else {
fmt.Println("nothing")