From c3e272275b6de9101b691cacef67558cf28682eb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Apr 2023 22:38:18 +0300 Subject: Update content for gemtext --- .../2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi | 2 +- ...2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl | 2 +- gemfeed/atom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi index f87b2720..13672636 100644 --- a/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi +++ b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi @@ -20,7 +20,7 @@ This is the first blog post about my Algorithms and Data Structures in Go series => ./2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi 2023-04-09 Algorithms and Data Structures in Go - Part 1 (You are currently reading this) -This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post. +This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post. It will become more interesting later in this series. ## Type constraints diff --git a/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl index bd922a55..1bbc1120 100644 --- a/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl +++ b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl @@ -20,7 +20,7 @@ This is the first blog post about my Algorithms and Data Structures in Go series << template::inline::index algorithms-and-data-structures-in-golang-part -This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post. +This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post. It will become more interesting later in this series. ## Type constraints diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index fd2583d2..4ee14fa2 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2023-04-09T22:33:27+03:00 + 2023-04-09T22:38:01+03:00 foo.zone feed To be in the .zone! @@ -40,7 +40,7 @@
2023-04-09 Algorithms and Data Structures in Go - Part 1 (You are currently reading this)

-This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.
+This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post. It will become more interesting later in this series.

Type constraints



-- cgit v1.2.3