Skip to content

Commit aaa77f8

Browse files
committed
chore: rename repo
1 parent 11e03f9 commit aaa77f8

8 files changed

Lines changed: 9 additions & 8 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 oaiiae/flag maintainers
3+
Copyright (c) 2025 rlibaert
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cli/cli_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import (
88
"os"
99
"testing"
1010

11-
"github.com/oaiiae/flag/cli"
1211
"github.com/stretchr/testify/require"
12+
13+
"github.com/rlibaert/flag/cli"
1314
)
1415

1516
func ExampleUsage() {

examples/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os/signal"
99
"time"
1010

11-
"github.com/oaiiae/flag/cli"
11+
"github.com/rlibaert/flag/cli"
1212
)
1313

1414
func main() {

examples/values/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net/url"
88
"time"
99

10-
"github.com/oaiiae/flag/values"
10+
"github.com/rlibaert/flag/values"
1111
)
1212

1313
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/oaiiae/flag
1+
module github.com/rlibaert/flag
22

33
go 1.23
44

values/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"time"
1010

11-
"github.com/oaiiae/flag/values"
11+
"github.com/rlibaert/flag/values"
1212
)
1313

1414
func ExampleGeneric_usage() {

values/registerer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
"github.com/stretchr/testify/require"
1414

15-
"github.com/oaiiae/flag/values"
15+
"github.com/rlibaert/flag/values"
1616
)
1717

1818
func ExampleFlagSetEnvRegisterer() {

values/values_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/stretchr/testify/require"
1212

13-
"github.com/oaiiae/flag/values"
13+
"github.com/rlibaert/flag/values"
1414
)
1515

1616
func TestFlagValues(t *testing.T) {

0 commit comments

Comments
 (0)