Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed Jul 18, 2023
1 parent 26f3512 commit ceb1ccd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ parseval
[doc-url]: https://pkg.go.dev/github.com/go-pogo/parseval


Package `parseval`.
Package `parseval` contains everything needed to create (custom) types which
can unmarshal raw string values to any type in Go.

```sh
go get github.com/go-pogo/parseval
Expand All @@ -33,12 +34,15 @@ import "github.com/go-pogo/parseval"
```

## Documentation

Additional detailed documentation is available at [pkg.go.dev][doc-url]

## Created with

<a href="https://www.jetbrains.com/?from=go-pogo" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/GoLand_icon.png" width="35" /></a>

## License

Copyright © 2022-2023 [Roel Schut](https://roelschut.nl). All rights reserved.

This project is governed by a BSD-style license that can be found in the [LICENSE](LICENSE) file.

0 comments on commit ceb1ccd

Please sign in to comment.