Versions in this module Expand all Collapse all v0 v0.20.0 May 19, 2026 Changes in this version + const Name + type Dir struct + func Open(projectDir string) (*Dir, error) + func OpenTemp() (*Dir, error) + func (d *Dir) Close() error + func (d *Dir) FilePath(name string) (string, error) + func (d *Dir) Lock(ctx context.Context) (release func(), err error) + func (d *Dir) Path(name string) (string, error) + func (d *Dir) ProjectDir() string + func (d *Dir) Root() string + func (d *Dir) TempPath(name string) (string, error)