Commit graph

4 commits

Author SHA1 Message Date
Pradyumna Kaushik
80c9d5b29c updated module to spdfg. Refactored imports 2019-10-30 17:05:10 -04:00
Pradyumna Kaushik
0f36d30d46 refact imports to github.xxx. update go.mod + go.sum 2019-10-24 20:19:19 -04:00
Pradyumna Kaushik
bac60e872a Unit testing for def/ module.
Added unit tests to test code in def/ module.
2019-10-12 06:48:45 +00:00
Pradyumna Kaushik
4fbbf91b00 Switch to go modules for dependency management.
Added support for dependency management using go modules.
Note that Go version 1.11+ is required if using go modules for
dependency management.

Updated the gitlab CI yaml file to use go modules instead of copying
everything to GOPATH. Ran go mod download before running build script to
download all dependencies into cache.
2019-10-02 00:21:21 +00:00