From: Nico Cesar Date: Mon, 29 Jun 2020 15:12:03 +0000 (-0400) Subject: config.go documentation X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/4ae35eda3130511ec7d5c0ac3d45879093b03f45 config.go documentation Arvados-DCO-1.1-Signed-off-by: Nico Cesar --- diff --git a/lib/config/config.go b/lib/config/config.go new file mode 100644 index 0000000000..002ae3e013 --- /dev/null +++ b/lib/config/config.go @@ -0,0 +1,6 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: Apache-2.0 + +// Package config loads the config. +package config