diff options
Diffstat (limited to 'docs/content/en/functions/fmt/_common/fmt-layout.md')
-rw-r--r-- | docs/content/en/functions/fmt/_common/fmt-layout.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content/en/functions/fmt/_common/fmt-layout.md b/docs/content/en/functions/fmt/_common/fmt-layout.md new file mode 100644 index 000000000..ff69ce5e4 --- /dev/null +++ b/docs/content/en/functions/fmt/_common/fmt-layout.md @@ -0,0 +1,7 @@ +--- +# Do not remove front matter. +--- + +The documentation for Go's [fmt] package describes the structure and content of the format string. + +[fmt]: https://pkg.go.dev/fmt |