diff --git a/LICENSE b/LICENSE index a0d0e5b..ff84bbf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 茂名聚合科技有限公司 +Copyright (c) 2018 李光春 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c5626bd..12e496c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Golang Time -📦 Golang Time +📦 Golang 时间 [comment]: <> (go) [![godoc](https://pkg.go.dev/badge/github.com/dtapps/gotime?status.svg)](https://pkg.go.dev/github.com/dtapps/gotime) @@ -10,16 +10,8 @@ [![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/gotime)](https://goreportcard.com/report/github.com/dtapps/gotime) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgotime) -#### 安装使用 +#### 安装 ```go go get -v -u github.com/dtapps/gotime -``` - -#### 导入 - -```go -import ( - "github.com/dtapps/gotime" -) ``` \ No newline at end of file diff --git a/Tomorrow.go b/tomorrow.go similarity index 100% rename from Tomorrow.go rename to tomorrow.go