Skip to content

Commit 821882f

Browse files
committed
refactor
1 parent a1f06f0 commit 821882f

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

v2/example/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/golang-infrastructure/go-if-expression/v2/if_expression"
5+
"github.com/golang-infrastructure/go-if-expression/v2/pkg/if_expression"
66
)
77

88
func main() {

v2/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/golang-infrastructure/go-if-expression/v2
22

33
go 1.18
4-
5-
require golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e

0 commit comments

Comments
 (0)