mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-12 08:42:29 +08:00
merge main branch
This commit is contained in:
11
README.md
11
README.md
@@ -377,3 +377,14 @@ func main() {
|
||||
```go
|
||||
Unwrap[T any](val T, err error) //if err is nil then it returns a valid value otherwise it panics
|
||||
```
|
||||
|
||||
|
||||
## How to Contribute
|
||||
|
||||
I really appreciate any code commits which make lancet lib powerful. Please follow the rules below to create your pull request.
|
||||
|
||||
1. Fork the repository.
|
||||
2. Create your feature branch.
|
||||
3. Commit your changes.
|
||||
4. Push to the branch
|
||||
5. Create new pull request.
|
||||
|
||||
Reference in New Issue
Block a user