move to dev.sum7.eu
This commit is contained in:
parent
a2d15c7e1b
commit
3b0f69dc46
|
@ -2,4 +2,4 @@ language: go
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get -t github.com/genofire/golang-lib/...
|
- go get -t dev.sum7.eu/genofire/golang-lib/...
|
||||||
|
|
|
@ -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
|
some packages collected for easy and often used functions
|
||||||
|
|
|
@ -3,7 +3,7 @@ package file
|
||||||
import (
|
import (
|
||||||
"time"
|
"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 {
|
func NewSaveJSONWorker(repeat time.Duration, path string, data interface{}) *worker.Worker {
|
||||||
|
|
Loading…
Reference in New Issue