WIP: migrate every package to a single file style #1

Draft
stobbsm wants to merge 48 commits from move_to_single_file_pkgs into main
Showing only changes of commit c592ec4bfd - Show all commits

View File

@@ -53,6 +53,9 @@
- from: "{{ go_extract_path }}/go"
to: "{{ path_go }}"
force: true
- from: "{{ go_extract_path }}/go/bin/go"
to: "{{ path_bin }}/go"
force: true
__add_to_path: "{{ __add_to_path + [path_go ~ '/bin'] }}"
__var_to_env: "{{ __var_to_env | combine( { 'GOROOT': path_go } ) }}"