Skip to content

Instantly share code, notes, and snippets.

@mfojtik
Created December 10, 2019 10:01
Show Gist options
  • Save mfojtik/2df592fe3e3abd61af54e458a3fffd9a to your computer and use it in GitHub Desktop.
Save mfojtik/2df592fe3e3abd61af54e458a3fffd9a to your computer and use it in GitHub Desktop.
pkg/cli/rsync/copy_tar.go
17: "github.com/openshift/source-to-image/pkg/tar"
18: s2ifs "github.com/openshift/source-to-image/pkg/util/fs"
pkg/cli/startbuild/startbuild.go
22: "github.com/openshift/source-to-image/pkg/tar"
23: s2ifs "github.com/openshift/source-to-image/pkg/util/fs"
pkg/helpers/newapp/cmd/newapp_test.go
34: "github.com/openshift/source-to-image/pkg/scm/git"
pkg/helpers/newapp/app/app_test.go
21: "github.com/openshift/source-to-image/pkg/scm/git"
pkg/helpers/newapp/app/app.go
24: s2igit "github.com/openshift/source-to-image/pkg/scm/git"
pkg/helpers/newapp/app/sourcelookup.go
16: s2iapi "github.com/openshift/source-to-image/pkg/api"
17: s2igit "github.com/openshift/source-to-image/pkg/scm/git"
pkg/helpers/newapp/app/imageref_test.go
16: "github.com/openshift/source-to-image/pkg/scm/git"
pkg/helpers/newapp/newapptest/newapp_test.go
57: s2igit "github.com/openshift/source-to-image/pkg/scm/git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment