move to dev.sum7.eu
This commit is contained in:
		
							parent
							
								
									a2d15c7e1b
								
							
						
					
					
						commit
						3b0f69dc46
					
				|  | @ -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/... | ||||
|  |  | |||
|  | @ -1,2 +1,2 @@ | |||
| # golang-lib [](https://travis-ci.org/genofire/golang-lib) [](https://circleci.com/gh/genofire/golang-lib/tree/master) [](https://coveralls.io/github/genofire/golang-lib?branch=master) [](https://goreportcard.com/report/github.com/genofire/golang-lib) [](https://godoc.org/github.com/genofire/golang-lib) | ||||
| # golang-lib [](https://travis-ci.org/genofire/golang-lib) [](https://circleci.com/gh/genofire/golang-lib/tree/master) [](https://coveralls.io/github/genofire/golang-lib?branch=master) [](https://goreportcard.com/report/dev.sum7.eu/genofire/golang-lib) [](https://godoc.org/dev.sum7.eu/genofire/golang-lib) | ||||
| some packages collected for easy and often used functions | ||||
|  |  | |||
|  | @ -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 { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue