Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

cmd/dep: Move importers under internal/importers #1145

Merged
merged 4 commits into from
Sep 14, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
importers: add missing license header
  • Loading branch information
carolynvs committed Sep 13, 2017
commit 02bf38cf28260ff3bd0107bde623871afe4a1382
4 changes: 4 additions & 0 deletions internal/importers/importers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package importers

import (
Expand Down