mirror of https://github.com/spf13/cast.git
Correction of hugo URL error
Correction of hugo URL error
This commit is contained in:
parent
2b0eb0f724
commit
fa1a3528d1
|
@ -17,7 +17,7 @@ interface into a bool, etc. Cast does this intelligently when an obvious
|
||||||
conversion is possible. It doesn’t make any attempts to guess what you meant,
|
conversion is possible. It doesn’t make any attempts to guess what you meant,
|
||||||
for example you can only convert a string to an int when it is a string
|
for example you can only convert a string to an int when it is a string
|
||||||
representation of an int such as “8”. Cast was developed for use in
|
representation of an int such as “8”. Cast was developed for use in
|
||||||
[Hugo](http://hugo.spf13.com), a website engine which uses YAML, TOML or JSON
|
[Hugo](https://gohugo.io), a website engine which uses YAML, TOML or JSON
|
||||||
for meta data.
|
for meta data.
|
||||||
|
|
||||||
## Why use Cast?
|
## Why use Cast?
|
||||||
|
|
Loading…
Reference in New Issue