File tree Expand file tree Collapse file tree 9 files changed +18
-17
lines changed
Expand file tree Collapse file tree 9 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 11build /
2- . /pi
2+ pi
3+ .idea /
Original file line number Diff line number Diff line change 55 "os"
66 "time"
77
8- "github.com/tygern /pi/internal/cli"
9- "github.com/tygern /pi/pkg/pi"
10- "github.com/tygern /pi/pkg/unitsquare"
8+ "github.com/initialcapacity /pi/internal/cli"
9+ "github.com/initialcapacity /pi/pkg/pi"
10+ "github.com/initialcapacity /pi/pkg/unitsquare"
1111)
1212
1313func main () {
Original file line number Diff line number Diff line change 77 "os/exec"
88 "testing"
99
10- "github.com/tygern /pi/internal/assert"
10+ "github.com/initialcapacity /pi/internal/assert"
1111)
1212
1313func TestIntegration (t * testing.T ) {
Original file line number Diff line number Diff line change 1- module github.com/tygern /pi
1+ module github.com/initialcapacity /pi
22
33go 1.25.1
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package cli_test
33import (
44 "testing"
55
6- "github.com/tygern /pi/internal/assert"
7- "github.com/tygern /pi/internal/cli"
6+ "github.com/initialcapacity /pi/internal/assert"
7+ "github.com/initialcapacity /pi/internal/cli"
88)
99
1010func TestParseCommandLineArgs (t * testing.T ) {
Original file line number Diff line number Diff line change 66 "sync"
77 "sync/atomic"
88
9- "github.com/tygern /pi/pkg/precise"
10- "github.com/tygern /pi/pkg/unitsquare"
9+ "github.com/initialcapacity /pi/pkg/precise"
10+ "github.com/initialcapacity /pi/pkg/unitsquare"
1111)
1212
1313func InsideUnitCircle (p unitsquare.Point ) bool {
Original file line number Diff line number Diff line change 66 "slices"
77 "testing"
88
9- "github.com/tygern /pi/internal/assert"
10- "github.com/tygern /pi/pkg/pi"
11- "github.com/tygern /pi/pkg/unitsquare"
9+ "github.com/initialcapacity /pi/internal/assert"
10+ "github.com/initialcapacity /pi/pkg/pi"
11+ "github.com/initialcapacity /pi/pkg/unitsquare"
1212)
1313
1414func TestInsideUnitCircle (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package precise_test
33import (
44 "testing"
55
6- "github.com/tygern /pi/internal/assert"
7- "github.com/tygern /pi/pkg/precise"
6+ "github.com/initialcapacity /pi/internal/assert"
7+ "github.com/initialcapacity /pi/pkg/precise"
88)
99
1010func TestDivideUint64 (t * testing.T ) {
Original file line number Diff line number Diff line change 55 "slices"
66 "testing"
77
8- "github.com/tygern /pi/internal/assert"
9- "github.com/tygern /pi/pkg/unitsquare"
8+ "github.com/initialcapacity /pi/internal/assert"
9+ "github.com/initialcapacity /pi/pkg/unitsquare"
1010)
1111
1212func TestGeneratePoints (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments