Migration: From github.com to git.webz.asia
This commit is contained in:
parent
dea7cb49b0
commit
09f4cfc59a
@ -1,5 +1,5 @@
|
|||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/go-convert/fields)](https://goreportcard.com/report/github.com/go-convert/fields)
|
[![Go Report Card](https://goreportcard.com/badge/git.webz.asia/go-convert/fields)](https://goreportcard.com/report/git.webz.asia/go-convert/fields)
|
||||||
[![Actions Status](https://github.com/go-convert/fields/workflows/Go/badge.svg)](https://github.com/go-convert/fields/actions)
|
[![Actions Status](https://git.webz.asia/go-convert/fields/workflows/Go/badge.svg)](https://git.webz.asia/go-convert/fields/actions)
|
||||||
[![Build Status](https://travis-ci.org/go-convert/fields.svg?branch=master)](https://travis-ci.org/go-convert/fields)
|
[![Build Status](https://travis-ci.org/go-convert/fields.svg?branch=master)](https://travis-ci.org/go-convert/fields)
|
||||||
[![codecov](https://codecov.io/gh/go-convert/fields/branch/master/graph/badge.svg)](https://codecov.io/gh/go-convert/fields)
|
[![codecov](https://codecov.io/gh/go-convert/fields/branch/master/graph/badge.svg)](https://codecov.io/gh/go-convert/fields)
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FromStruct struct {
|
type FromStruct struct {
|
||||||
@ -80,7 +80,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FromStructCustom struct {
|
type FromStructCustom struct {
|
||||||
|
@ -25,7 +25,7 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
)
|
)
|
||||||
|
|
||||||
type fromStruct struct {
|
type fromStruct struct {
|
||||||
|
@ -25,7 +25,7 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
)
|
)
|
||||||
|
|
||||||
type fromStructCustom struct {
|
type fromStructCustom struct {
|
||||||
|
@ -25,7 +25,7 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FromStructBase struct {
|
type FromStructBase struct {
|
||||||
|
@ -25,7 +25,7 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
"github.com/satori/go.uuid"
|
"github.com/satori/go.uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ import (
|
|||||||
"github.com/satori/go.uuid"
|
"github.com/satori/go.uuid"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
|
|
||||||
"github.com/go-convert/fields"
|
"git.webz.asia/go-convert/fields"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FromStruct struct {
|
type FromStruct struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user