Skip to content

svergin/go-dependency-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dependency-cli

Session 1.1 - Build a VCS client

Build an abstraction package that clones a VCS repo and provides access to the cloned files via fs.FS. The abstraction should basically be a function with a signature like

func GitClone (ctx context.Context, url, branch string) (fs.FS, error)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages