diff options
Diffstat (limited to 'content/posts/2022-01-16-dict-1.md')
-rw-r--r-- | content/posts/2022-01-16-dict-1.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/content/posts/2022-01-16-dict-1.md b/content/posts/2022-01-16-dict-1.md index 87685b5..c3dc64c 100644 --- a/content/posts/2022-01-16-dict-1.md +++ b/content/posts/2022-01-16-dict-1.md @@ -1,11 +1,9 @@ ---- -title: "Implementing DICT protocol: Part 1" -date: 2022-01-16 -lang: en -categories: [ blog, dev, guide ] -tags: [dict, dictionary, go, golang, rfc2229, tcp ] -translationKey: "2022-01-16-Dict-1" ---- ++++ +title = "Implementing DICT protocol: Part 1" +date = 2022-01-16 +categories = [ "project" ] +tags = ["dict", "dictionary", "go", "golang", "rfc2229", "tcp" ] ++++ ## DICT Protocol |