Documentation
¶
Overview ¶
Example ¶
package main
import (
"fmt"
"os"
"github.com/Konstantin8105/binaryexpr"
)
func main() {
err := binaryexpr.Test("./binaryexpr_test.go")
fmt.Fprintf(os.Stdout, "%v", err)
}
Output: ./binaryexpr_test.go ├──./binaryexpr_test.go:13:5: not acceprable operator: >= ├──./binaryexpr_test.go:16:8: not acceprable operator: >= └──./binaryexpr_test.go:16:20: not acceprable operator: >
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.