diff options
Diffstat (limited to 'public/posts/2024-12-08-01.html')
| -rw-r--r-- | public/posts/2024-12-08-01.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/posts/2024-12-08-01.html b/public/posts/2024-12-08-01.html index fec317b..a32f539 100644 --- a/public/posts/2024-12-08-01.html +++ b/public/posts/2024-12-08-01.html @@ -11,6 +11,7 @@ <title>a73x</title> <link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/syntax.css"> + <link rel="icon" type="image/x-icon" href="/static/favicon.svg"> </head> <body> @@ -39,6 +40,7 @@ </nav> </div> +<a href="/posts">← Posts</a> <h1>Simplifying Interfaces with Function Types</h1> <p>In Go, you can define methods on type aliases, which means that we can define a type alias of a function, and then define methods on that function.</p> |
