diff options
Diffstat (limited to 'vnfs/DAaaS/microservices/remote-config-operator/tools.go')
-rw-r--r-- | vnfs/DAaaS/microservices/remote-config-operator/tools.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vnfs/DAaaS/microservices/remote-config-operator/tools.go b/vnfs/DAaaS/microservices/remote-config-operator/tools.go new file mode 100644 index 00000000..3d5e5c0b --- /dev/null +++ b/vnfs/DAaaS/microservices/remote-config-operator/tools.go @@ -0,0 +1,5 @@ +// +build tools + +// Place any runtime dependencies as imports in this file. +// Go modules will be forced to download and install them. +package tools |