diff --git a/.travis.yml b/.travis.yml index 9650225..fa3283d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: go go: - tip install: - - go get -t github.com/genofire/golang-lib/... + - go get -t dev.sum7.eu/genofire/golang-lib/... diff --git a/README.md b/README.md index 0534a1c..af11fe1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# golang-lib [![Build Status](https://travis-ci.org/genofire/golang-lib.svg?branch=master)](https://travis-ci.org/genofire/golang-lib) [![CircleCI](https://circleci.com/gh/genofire/golang-lib/tree/master.svg?style=shield)](https://circleci.com/gh/genofire/golang-lib/tree/master) [![Coverage Status](https://coveralls.io/repos/github/genofire/golang-lib/badge.svg?branch=master)](https://coveralls.io/github/genofire/golang-lib?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/genofire/golang-lib)](https://goreportcard.com/report/github.com/genofire/golang-lib) [![GoDoc](https://godoc.org/github.com/genofire/golang-lib?status.svg)](https://godoc.org/github.com/genofire/golang-lib) +# golang-lib [![Build Status](https://travis-ci.org/genofire/golang-lib.svg?branch=master)](https://travis-ci.org/genofire/golang-lib) [![CircleCI](https://circleci.com/gh/genofire/golang-lib/tree/master.svg?style=shield)](https://circleci.com/gh/genofire/golang-lib/tree/master) [![Coverage Status](https://coveralls.io/repos/github/genofire/golang-lib/badge.svg?branch=master)](https://coveralls.io/github/genofire/golang-lib?branch=master) [![Go Report Card](https://goreportcard.com/badge/dev.sum7.eu/genofire/golang-lib)](https://goreportcard.com/report/dev.sum7.eu/genofire/golang-lib) [![GoDoc](https://godoc.org/dev.sum7.eu/genofire/golang-lib?status.svg)](https://godoc.org/dev.sum7.eu/genofire/golang-lib) some packages collected for easy and often used functions diff --git a/file/worker.go b/file/worker.go index 42ed797..6f82486 100644 --- a/file/worker.go +++ b/file/worker.go @@ -3,7 +3,7 @@ package file import ( "time" - "github.com/genofire/golang-lib/worker" + "dev.sum7.eu/genofire/golang-lib/worker" ) func NewSaveJSONWorker(repeat time.Duration, path string, data interface{}) *worker.Worker {