Add godoc link for fmt

This commit is contained in:
2021-02-08 17:49:34 -08:00
parent cfbe873426
commit b1ee1884dd
70 changed files with 1726 additions and 8757 deletions

View File

@@ -471,4 +471,6 @@ The fmt module exposes all the text functions from the golang fmt package except
```python
fmt.Sprintf("Print %s string", "formatted") # "Print formatted string"
```
```
{{< button text="Godoc" bgcolor="#00ACD7" fgcolor="white" icon="cib:go" link="https://pkg.go.dev/fmt" >}}