mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
Added copy note at top of string-to-args.go
This commit is contained in:
parent
18f09a14e6
commit
372b333662
|
|
@ -1,3 +1,5 @@
|
|||
// ToArgv is copied from github.com/mgutz/str
|
||||
|
||||
package commands
|
||||
|
||||
import "runtime"
|
||||
|
|
|
|||
Loading…
Reference in a new issue