From 4076b744eabe478becb6de1bb15f204940da9852 Mon Sep 17 00:00:00 2001 From: gedi Date: Tue, 12 Feb 2019 14:29:23 +0200 Subject: [PATCH] add go.mod, closes #160 --- LICENSE | 2 +- go.mod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 go.mod diff --git a/LICENSE b/LICENSE index a7bed43..6ee063c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The three clause BSD license (http://en.wikipedia.org/wiki/BSD_licenses) -Copyright (c) 2013-2018, DATA-DOG team +Copyright (c) 2013-2019, DATA-DOG team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b73e1db --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module sqlmock