move to dev.sum7.eu

This commit is contained in:
Martin/Geno 2018-02-07 15:45:41 +01:00
parent a2d15c7e1b
commit 3b0f69dc46
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
3 changed files with 3 additions and 3 deletions

View File

@ -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/...

View File

@ -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

View File

@ -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 {