My handcrafted blog

Written from scratch in Go because I'm too lazy to read the Hugo docs.

Go functions: returning structs vs pointers

Despite copying a struct with several fields is slower than copying a pointer to the same struct, returning a struct value may be faster than returning a pointer if we consider escape analysis particularities.


Some instructions on using this blog

This post briefly explains how the blog is organized, and how to create new posts and templates.


Playing around with some markdown contents

Image


First post!!

This is the first post of my great blog.