cast
safe and easy casting from one type to another in Go
파일 탐색기
최종 버전 다운로드 (.zip)- analysis-scorecard.yaml
- ci.yaml
- .editorconfig
- dependabot.yaml
- go.mod
- go.sum
- main.go
- time.go
- timeformattype_string.go
- .editorconfig
- .envrc
- .gitignore
- .golangci.yaml
- alias.go
- alias_test.go
- basic.go
- basic_test.go
- cast.go
- cast_test.go
- devenv.lock
- devenv.nix
- devenv.yaml
- go.mod
- go.sum
- indirect.go
- indirect_test.go
- justfile
- LICENSE
- map.go
- map_test.go
- number.go
- number_internal_test.go
- number_test.go
- README.md
- slice.go
- slice_test.go
- time.go
- time_test.go
- zz_generated.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/spf13/cast
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd cast
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
