mirror of https://github.com/liamg/aminal.git
Changes the import from `gitlab.com` to `github.com`. Without this Go gets confused. ``` main.go:13:2: cannot find package "gitlab.com/liamg/raft/config" in any of: /home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/config (vendor tree) /usr/lib/go/src/gitlab.com/liamg/raft/config (from $GOROOT) /home/moscar/projects/go/src/gitlab.com/liamg/raft/config (from $GOPATH) main.go:14:2: cannot find package "gitlab.com/liamg/raft/gui" in any of: /home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/gui (vendor tree) /usr/lib/go/src/gitlab.com/liamg/raft/gui (from $GOROOT) /home/moscar/projects/go/src/gitlab.com/liamg/raft/gui (from $GOPATH) main.go:15:2: cannot find package "gitlab.com/liamg/raft/terminal" in any of: /home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/terminal (vendor tree) /usr/lib/go/src/gitlab.com/liamg/raft/terminal (from $GOROOT) /home/moscar/projects/go/src/gitlab.com/liamg/raft/terminal (from $GOPATH) ``` Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de> |
||
---|---|---|
.. | ||
ansi.go | ||
csi.go | ||
delete.go | ||
modes.go | ||
osc.go | ||
output.go | ||
sgr.go | ||
terminal.go |