From 24bb6fa18d8b47d9aef007f145c8a68f5c943acf Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Tue, 13 Mar 2018 20:40:49 -0700 Subject: [PATCH] optimize for front-end conversion --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c680c85..4542857 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-perfbook +[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dgryski) + This document outlines best practices for writing high-performance Go code. The first sections cover writing optimized code in any language. @@ -50,4 +52,3 @@ Eventually sample programs to optimize and exercises will be needed (maybe). Coordination will be done in the #performance channel on the Gophers slack. -[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dgryski)