Skip to content

Commit

Permalink
Merge pull request #18 from CodyDWJones/master
Browse files Browse the repository at this point in the history
v2 is not backwards compatible
  • Loading branch information
ZachtimusPrime authored Oct 13, 2020
2 parents b298e35 + e409c4b commit 49a10eb
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ before_script:
script:
# - go test -v -race ./... # run go tests
# - $HOME/gopath/bin/goveralls -service=travis-ci # run code coverage
- cd splunk/
- cd splunk/v2
- go build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A simple and lightweight HTTP Splunk logging package for Go. Instantiates a logg
## Installation ##

```bash
go get "github.com/ZachtimusPrime/Go-Splunk-HTTP/splunk"
go get "github.com/ZachtimusPrime/Go-Splunk-HTTP/splunk/v2"
```

## Usage ##
Expand All @@ -26,7 +26,7 @@ For example:
```go
package main

import "github.com/ZachtimusPrime/Go-Splunk-HTTP/splunk"
import "github.com/ZachtimusPrime/Go-Splunk-HTTP/splunk/v2"

func main() {

Expand Down
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

3 changes: 3 additions & 0 deletions splunk/v2/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ZachtimusPrime/Go-Splunk-HTTP/splunk/v2

go 1.14
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 49a10eb

Please sign in to comment.