visualfc / go-ui

golang ui
BSD 2-Clause "Simplified" License
296 stars 105 forks source link

go get doesn't work #2

Closed ovidiuvisan closed 11 years ago

ovidiuvisan commented 12 years ago

go get github.com/visualfc/go-ui can't load package: package github.com/visualfc/go-ui: no Go source files in /usr/lib/go/src/pkg/github.com/visualfc/go-ui

matm commented 12 years ago

This is not an issue. Go is just telling you that there are no go source files in the project's root. Indeed, source files are located in go-ui/ui. Please have a look at the examples.

ovidiuvisan commented 12 years ago

Right, thanks. Import works fine.