From a81544083792eabd78aa3c4cc5ed9231060fdd61 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Thu, 18 Dec 2014 22:14:35 -0500 Subject: [PATCH] add non-test source code so that it is go-gettable --- doc.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..0edacd9 --- /dev/null +++ b/doc.go @@ -0,0 +1,3 @@ +// Package gocostmodel is a collection of benchmarks for common +// basic operations in Go. +package gocostmodel