initial commits

master
Charles Iliya Krempeaux 2023-11-03 16:29:38 -07:00
parent 4e621a6f2d
commit 3e486a3389
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
// //
// // ... // // ...
// //
// var value bool // var value rfc8259boolean.Boolean
// err := rfc8259.ParseTrue(rs, &value) // err := rfc8259.ParseTrue(rs, &value)
// //
// if nil != err { // if nil != err {