Skip to content

Commit

Permalink
Remove all import comments (getporter#1603)
Browse files Browse the repository at this point in the history
* removed all import comments

Signed-off-by: div_bhasin <[email protected]>

* remove 2 additional comments

Signed-off-by: div_bhasin <[email protected]>

* add myself to contributors list

Signed-off-by: div_bhasin <[email protected]>
  • Loading branch information
divbhasin authored May 24, 2021
1 parent 865b030 commit d3f983e
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ and we will add you. **All** contributors belong here. 💯
* [Nicholas Carrigan](https://github.com/nhcarrigan)
* [Stéphane Este-Gracias](https://github.com/sestegra)
* [Jeetu Kumar](https://github.com/i-am-jeetu)
* [Divyam Bhasin](https://github.com/divbhasin)
2 changes: 1 addition & 1 deletion pkg/build/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package build // import "get.porter.sh/porter/pkg/build"
package build
2 changes: 1 addition & 1 deletion pkg/build/provider/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package provider // import "get.porter.sh/porter/pkg/build/provider"
package provider
2 changes: 1 addition & 1 deletion pkg/cache/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package cache // import "get.porter.sh/porter/pkg/cache"
package cache
2 changes: 1 addition & 1 deletion pkg/claims/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package claims // import "get.porter.sh/porter/pkg/claims"
package claims
2 changes: 1 addition & 1 deletion pkg/cnab/cnab-to-oci/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package cnabtooci // import "get.porter.sh/porter/pkg/cnab/cnab-to-oci"
package cnabtooci
2 changes: 1 addition & 1 deletion pkg/cnab/config-adapter/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package configadapter // import "get.porter.sh/porter/pkg/cnab/config-adapter"
package configadapter
2 changes: 1 addition & 1 deletion pkg/cnab/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package cnab // import "get.porter.sh/porter/pkg/cnab"
package cnab
2 changes: 1 addition & 1 deletion pkg/cnab/extensions/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package extensions // import "get.porter.sh/porter/pkg/cnab/extensions"
package extensions
2 changes: 1 addition & 1 deletion pkg/cnab/provider/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package cnabprovider // import "get.porter.sh/porter/pkg/cnab/provider"
package cnabprovider
2 changes: 1 addition & 1 deletion pkg/config/datastore/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package datastore // import "get.porter.sh/porter/pkg/config/datastore"
package datastore
2 changes: 1 addition & 1 deletion pkg/config/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package config // import "get.porter.sh/porter/pkg/config"
package config
2 changes: 1 addition & 1 deletion pkg/context/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package context // import "get.porter.sh/porter/pkg/context"
package context
2 changes: 1 addition & 1 deletion pkg/credentials/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// such as a key/value store like Hashicorp Vault, or Azure Key Vault.
// See the get.porter.sh/porter/pkg/secrets package for more on how Porter
// handles accessing secrets.
package credentials // import "get.porter.sh/porter/pkg/credentials"
package credentials
2 changes: 1 addition & 1 deletion pkg/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package pkg // import "get.porter.sh/porter/pkg"
package pkg
2 changes: 1 addition & 1 deletion pkg/docs/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package docs // import "get.porter.sh/porter/pkg/docs"
package docs
2 changes: 1 addition & 1 deletion pkg/exec/builder/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package builder // import "get.porter.sh/porter/pkg/exec/builder"
package builder
2 changes: 1 addition & 1 deletion pkg/exec/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package exec // import "get.porter.sh/porter/pkg/exec"
package exec
2 changes: 1 addition & 1 deletion pkg/secrets/pluginstore/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Package pluginstore is an internal Porter package that implements the
// secret.Store interface via plugins.
package pluginstore // import "get.porter.sh/porter/pkg/secrets/pluginstore
package pluginstore
2 changes: 1 addition & 1 deletion pkg/storage/pluginstore/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Package pluginstore is an internal Porter package that implements the
// crud.Store interface via plugins.
package pluginstore // import "get.porter.sh/porter/pkg/secrets/pluginstore
package pluginstore

0 comments on commit d3f983e

Please sign in to comment.