go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
691 stars 33 forks source link

Getting started failed #220

Closed rahmanme closed 5 years ago

rahmanme commented 5 years ago

What version of aah are you using (aah --version)?

Latest version

Does this issue reproduce with the latest release?

What operating system are you using (such as macOS, Linux and Windows)?

macOS

What did you do?

go get -u aahframework.org/aah.v0

What did you expect to see?

What did you see instead?

... aahframework.org/config.v0

aahframework.org/config.v0

go/src/aahframework.org/config.v0/config.go:450:27: cannot use fs (type "aahframework.org/vfs.v0".VFS) as type "aahframe.work/vfs".VFS in argument to forge.VFSParseFile

Additional context

jeevatkm commented 5 years ago

@rahmanme My bad, I'm working on upcoming v0.12.0 release.

It will be out in day or two. The above error caused by that, I have corrected it.

Could you please try now? it should be alright. Also delete your existing path go/src/aahframework.org/**.

jeevatkm commented 5 years ago

@rahmanme I'm closing this one, please let me know the outcome.