We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f06f0 commit 821882fCopy full SHA for 821882f
v2/example/main.go
@@ -2,7 +2,7 @@ package main
2
3
import (
4
"fmt"
5
- "github.com/golang-infrastructure/go-if-expression/v2/if_expression"
+ "github.com/golang-infrastructure/go-if-expression/v2/pkg/if_expression"
6
)
7
8
func main() {
v2/go.mod
@@ -1,5 +1,3 @@
1
module github.com/golang-infrastructure/go-if-expression/v2
go 1.18
-
-require golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
v2/if_expression/if_expression.go renamed to v2/pkg/if_expression/if_expression.go
v2/if_expression/if_expression_test.go renamed to v2/pkg/if_expression/if_expression_test.go
0 commit comments