diff options
| author | Fuwn <[email protected]> | 2021-07-23 11:51:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-23 11:51:29 +0200 |
| commit | 389af3b0830cb77c5ae7cab507a8c8239dca05d1 (patch) | |
| tree | 6b98ade7a5cbad2d0a0d44c740cc8367ab69289e /content | |
| parent | Merge branch 'main' of https://github.com/fuwn/space (diff) | |
| download | space-389af3b0830cb77c5ae7cab507a8c8239dca05d1.tar.xz space-389af3b0830cb77c5ae7cab507a8c8239dca05d1.zip | |
fix(golang): title case to caps
Diffstat (limited to 'content')
| -rw-r--r-- | content/pages/blog/programming_languages/golang.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pages/blog/programming_languages/golang.gmi b/content/pages/blog/programming_languages/golang.gmi index b22ae93..eb0a1e3 100644 --- a/content/pages/blog/programming_languages/golang.gmi +++ b/content/pages/blog/programming_languages/golang.gmi @@ -1,4 +1,4 @@ -# Golang +# GOLANG Author: Fuwn Created: 2021. 07. 19. |