Versions in this module Expand all Collapse all v0 v0.1.12 Jun 29, 2026 Changes in this version + func GoInstall(path ...string) error + func KernelMod() string + func ModulePath(filename string) (string, error) + func ModuleVersion(path string) (string, error) + func ParseVCSUrl(repo string) (*url.URL, error) + func Tree(path string, dir string) + type Repo struct + func NewRepo(url string, branch string) *Repo + func (r *Repo) Clone(ctx context.Context) error + func (r *Repo) CopyTo(ctx context.Context, to string, modPath string, ignores []string) error + func (r *Repo) CopyToV2(ctx context.Context, to string, modPath string, ignores, replaces []string) error + func (r *Repo) Path() string + func (r *Repo) Pull(ctx context.Context) error Other modules containing this package github.com/aisphereio/kernel