mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
5 lines
53 B
Bash
Executable file
5 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
|
|
GO111MODULE=on
|
|
mv go.mod /tmp/
|
|
go mod init |