summaryrefslogtreecommitdiff
path: root/Benchmarking code in Golang.md
diff options
context:
space:
mode:
Diffstat (limited to 'Benchmarking code in Golang.md')
-rw-r--r--Benchmarking code in Golang.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Benchmarking code in Golang.md b/Benchmarking code in Golang.md
index 9bf9cfd..e99f31a 100644
--- a/Benchmarking code in Golang.md
+++ b/Benchmarking code in Golang.md
@@ -3,6 +3,9 @@ tags:
- golang
- howto
---
+[[Golang]]
+
+---
Simple timing can be done using the time package.
```
import time