mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 11:55:48 +02:00
5 lines
No EOL
53 B
Bash
Executable file
5 lines
No EOL
53 B
Bash
Executable file
#!/bin/sh
|
|
|
|
GO111MODULE=on
|
|
mv go.mod /tmp/
|
|
go mod init |