Skip to content

Commit

Permalink
make package names lowercase (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedchamb authored Aug 6, 2019
1 parent 4c5113e commit 1d9077d
Show file tree
Hide file tree
Showing 246 changed files with 79,135 additions and 79,064 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ package main
import (
"context"
"github.com/microsoft/azure-devops-go-api/azureDevOps"
"github.com/microsoft/azure-devops-go-api/azureDevOps/core"
"github.com/microsoft/azure-devops-go-api/azuredevops"
"github.com/microsoft/azure-devops-go-api/azuredevops/core"
"log"
)
Expand All @@ -20,7 +20,7 @@ func main() {
personalAccessToken := "XXXXXXXXXXXXXXXXXXXXXXX" // todo: replace value with your PAT
// Create a connection to your organization
connection := azureDevOps.NewPatConnection(organizationUrl, personalAccessToken)
connection := azuredevops.NewPatConnection(organizationUrl, personalAccessToken)
ctx := context.Background()
Expand Down
66 changes: 0 additions & 66 deletions azureDevOps/accounts/client.go

This file was deleted.

125 changes: 0 additions & 125 deletions azureDevOps/accounts/models.go

This file was deleted.

111 changes: 0 additions & 111 deletions azureDevOps/audit/client.go

This file was deleted.

Loading

0 comments on commit 1d9077d

Please sign in to comment.