Skip to content

Commit

Permalink
Deleted events dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
cn0047 committed Nov 22, 2019
1 parent 067335f commit d382ecb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service:
project-path: github.com/thepkg/awsl
analyzed-paths:
- events/...
- ./
golangci-lint-version: 1.12.x
prepare:
- go mod download
Expand Down
2 changes: 1 addition & 1 deletion events/events.go → events.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package events
package awsl

import (
"github.com/aws/aws-lambda-go/events"
Expand Down
2 changes: 1 addition & 1 deletion events/events_test.go → events_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package events
package awsl

import (
"encoding/base64"
Expand Down

0 comments on commit d382ecb

Please sign in to comment.