mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
7 lines
112 B
Go
7 lines
112 B
Go
package misc
|
|
|
|
import (
|
|
_ "github.com/shylinux/icebergs/misc/git"
|
|
_ "github.com/shylinux/icebergs/misc/tmux"
|
|
)
|