Skip to content

Commit 2110b06

Browse files
authored
Merge pull request #40 from per1234/internal
Make all packages internal
2 parents d10b06f + ba5982b commit 2110b06

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

libraries/db/library.go renamed to internal/libraries/db/library.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"regexp"
2929
"strings"
3030

31-
"arduino.cc/repository/libraries/metadata"
31+
"arduino.cc/repository/internal/libraries/metadata"
3232
)
3333

3434
// FromLibraryToRelease extract a Release from LibraryMetadata. LibraryMetadata must be
File renamed without changes.
File renamed without changes.

libraries/git_integration_test.go renamed to internal/libraries/git_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import (
2929
"path/filepath"
3030
"testing"
3131

32-
"arduino.cc/repository/libraries/db"
33-
"arduino.cc/repository/libraries/gitutils"
32+
"arduino.cc/repository/internal/libraries/db"
33+
"arduino.cc/repository/internal/libraries/gitutils"
3434
"github.com/go-git/go-git/v5"
3535
"github.com/stretchr/testify/require"
3636
)

0 commit comments

Comments
 (0)