mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
initial commit
This commit is contained in:
commit
62f3a5d075
2 changed files with 7 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
TODO.md
|
||||
5
main.go
Normal file
5
main.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
panic("test")
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue