mirror of
https://github.com/taigrr/simplecolorpalettes.git
synced 2026-04-01 20:49:11 -07:00
fix main to work with new project structure
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
go-colorpalettes
|
go-colorpalettes
|
||||||
vimpalettes/
|
palettes/vimpalettes/
|
||||||
palettes.zip
|
palettes.zip
|
||||||
|
|||||||
4
main.go
4
main.go
@@ -4,8 +4,8 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/taigrr/go-colorpalettes/material"
|
"github.com/taigrr/go-colorpalettes/palettes/material"
|
||||||
"github.com/taigrr/go-colorpalettes/vim/luna"
|
"github.com/taigrr/go-colorpalettes/palettes/vim/luna"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user