mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-25 17:00:32 -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 |