Skip to content

Commit

Permalink
Update repo name to datadog-lambda-go
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Pinkerton committed May 31, 2019
1 parent e69e807 commit 551e5e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Note: Please remember to review the [contribution guidelines](https://github.com/DataDog/dd-lambda-go/blob/master/CONTRIBUTING.md)
*Note: Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-go/blob/master/CONTRIBUTING.md)
if you have not yet done so.*

### What does this PR do?
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We love pull requests. Here's a quick guide.
Fork, then clone:

```bash
git clone [email protected]:your-username/dd-lambda-go.git
git clone [email protected]:your-username/datadog-lambda-go.git
```

Make your change, update tests and ensure the tests pass:
Expand All @@ -16,6 +16,6 @@ go test ./...

Push to your fork and [submit a pull request][pr].

[pr]: https://github.com/your-username/dd-lambda-go/compare/DataDog:master...master
[pr]: https://github.com/your-username/datadog-lambda-go/compare/DataDog:master...master

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Datadog dd-lambda-go
Datadog datadog-lambda-go
Copyright 2019 Datadog, Inc.

This product includes software developed at Datadog (https://www.datadoghq.com/).
6 changes: 3 additions & 3 deletions ddlambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
"runtime"
"time"

"github.com/DataDog/dd-lambda-go/internal/metrics"
"github.com/DataDog/dd-lambda-go/internal/trace"
"github.com/DataDog/dd-lambda-go/internal/wrapper"
"github.com/DataDog/datadog-lambda-go/internal/metrics"
"github.com/DataDog/datadog-lambda-go/internal/trace"
"github.com/DataDog/datadog-lambda-go/internal/wrapper"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/DataDog/dd-lambda-go
module github.com/DataDog/datadog-lambda-go

go 1.12

Expand Down

0 comments on commit 551e5e4

Please sign in to comment.