diff options
| author | a73x <[email protected]> | 2024-12-21 11:53:54 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-21 11:53:54 +0000 |
| commit | 6beea1d4127d2d51bfdc75162423407c198d19da (patch) | |
| tree | 03aaf4e1511935dd8bc0b35e167544adcd7bacb5 /public/posts/2024-12-08-01.html | |
| parent | f71e02f096f4b856a8ebd0323cebfd958bb17359 (diff) | |
add date to posts
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> |
