mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-26 09:00:57 +02:00
5 lines
53 B
Bash
5 lines
53 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
GO111MODULE=on
|
||
|
mv go.mod /tmp/
|
||
|
go mod init
|