repo fixes

This commit is contained in:
re 2022-12-12 17:49:39 +03:00
parent 2b0eb0f724
commit 52f77be4c4
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
cast cast
==== ====
[![GoDoc](https://godoc.org/github.com/spf13/cast?status.svg)](https://godoc.org/github.com/spf13/cast) [![GoDoc](https://godoc.org/git.internal/re/cast?status.svg)](https://godoc.org/git.internal/re/cast)
[![Build Status](https://github.com/spf13/cast/actions/workflows/go.yml/badge.svg)](https://github.com/spf13/cast/actions/workflows/go.yml) [![Build Status](https://git.internal/re/cast/actions/workflows/go.yml/badge.svg)](https://git.internal/re/cast/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cast)](https://goreportcard.com/report/github.com/spf13/cast) [![Go Report Card](https://goreportcard.com/badge/git.internal/re/cast)](https://goreportcard.com/report/git.internal/re/cast)
Easy and safe casting from one type to another in Go Easy and safe casting from one type to another in Go

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/spf13/cast module git.internal/re/cast
go 1.18 go 1.18