Skip to content

Commit

Permalink
Merge pull request #3 from NYTimes/vanity-import
Browse files Browse the repository at this point in the history
Ensure org name in the import path is always NYTimes
  • Loading branch information
fsouza authored Feb 12, 2019
2 parents 2b6e866 + d6a9051 commit b8001d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: go

go:
- 1.4.2
- 1.5.2
- 1.x
- tip
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/NYTimes/logrotate

go 1.12
2 changes: 1 addition & 1 deletion logrotate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package logrotate
package logrotate // import "github.com/NYTimes/logrotate"

import (
"fmt"
Expand Down

0 comments on commit b8001d6

Please sign in to comment.