Tomtit.git | resources/profiles/go/ | go-build.raku


my $path = [
  "cmd/main.go",
];

task-run "build", "go-build", %(
  :$path,
);