diff --git a/content/posts/data-interfaces.md b/content/posts/data-interfaces.md index fa80270..08c8757 100644 --- a/content/posts/data-interfaces.md +++ b/content/posts/data-interfaces.md @@ -42,7 +42,7 @@ type Map struct { func something(m Mover, x,y int) bool { // do something } -{{< / highlight >}} +``` # Functionality vs Data