Initial commit.

This commit is contained in:
2019-09-17 18:39:37 +05:00
commit 3476411569
11 changed files with 1401 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module gitlab.com/pztrn/sec
go 1.13
require github.com/stretchr/testify v1.4.0