Versions in this module Expand all Collapse all v3 v3.0.0 Aug 17, 2020 Changes in this version + var ErrIncludedTaskfilesCantHaveDotenvs = errors.New(...) + var ErrIncludedTaskfilesCantHaveIncludes = errors.New(...) + func Taskfile(dir string, entrypoint string) (*taskfile.Taskfile, error) + func Taskvars(dir string) (*taskfile.Vars, error) Other modules containing this package github.com/go-task/task github.com/go-task/task/v2