1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2024-11-21 17:17:08 +02:00

add go.mod, closes #160

This commit is contained in:
gedi 2019-02-12 14:29:23 +02:00
parent 2a5889fc86
commit 4076b744ea
No known key found for this signature in database
GPG Key ID: 56604CDCCC201556
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
go.mod Normal file
View File

@ -0,0 +1 @@
module sqlmock