Skip to content

Commit

Permalink
updated module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jan 22, 2022
1 parent c85b34e commit 655d6bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package fexpr_test

import (
"fexpr"
"fmt"
"strings"

"github.com/ganigeorgiev/fexpr"
)

func ExampleNewScanner() {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module fexpr
module github.com/ganigeorgiev/fexpr

go 1.18
go 1.16

0 comments on commit 655d6bd

Please sign in to comment.