From 8358c0765be412b1616aa978667f5d582e9e4901 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 1 Dec 2024 13:27:00 +0000 Subject: feat(css): centered content --- public/posts/2024-08-26-01.html | 53 ++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 25 deletions(-) (limited to 'public/posts/2024-08-26-01.html') diff --git a/public/posts/2024-08-26-01.html b/public/posts/2024-08-26-01.html index acf51a6..547e86c 100644 --- a/public/posts/2024-08-26-01.html +++ b/public/posts/2024-08-26-01.html @@ -14,26 +14,27 @@ -

a73x

- high effort, low reward - - +
+

a73x

+ high effort, low reward + +

Writing HTTP Handlers

I’m sharing how I write handlers in Go.

@@ -269,11 +270,13 @@ The handler functions accept a context param and their expected str

You can extend this to all the other request types. If you have query or path parameters, you could either pass in the request, write a custom struct tag parser, or find someone else who has already done it: https://github.com/gorilla/schema.

-
-
​ -
​​​​​​​​​​​​​​​​​​​
​​​​​ -

see something you disagree with? email: yourewrong@a73x.sh

-
+ +
-- cgit v1.2.3