Skip to content

Commit

Permalink
refactor: rename package -> windows
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed Oct 16, 2023
1 parent a1152ca commit 7220a36
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package gowindows

import (
"github.com/d-strobel/gowindows/connection"
"github.com/d-strobel/gowindows/package/local"
"github.com/d-strobel/gowindows/windows/local"
)

type Client struct {
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/d-strobel/gowindows/connection"
"github.com/d-strobel/gowindows/package/local"
"github.com/d-strobel/gowindows/windows/local"
"github.com/stretchr/testify/mock"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7220a36

Please sign in to comment.