Skip to content

Commit

Permalink
Ensure org name in the import path is always NYTimes
Browse files Browse the repository at this point in the history
Same as nytimes/gziphandler#76.

Also giving the travis.yml file some love.
  • Loading branch information
Francisco Souza committed Feb 12, 2019
1 parent 2b6e866 commit d6a9051
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 d6a9051

Please sign in to comment.