WIP: migrate every package to a single file style #1
@@ -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 } ) }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user