workshop-depot / asterisk

Pile of Astrological Calculations
MIT License
2 stars 1 forks source link

The import "studio" is not found #1

Closed bssankaran closed 6 years ago

bssankaran commented 6 years ago

The imports "studio" is not found and the build fails like below. package studio: unrecognized import path "studio" (import path does not begin with hostname) package studio/persian/time: unrecognized import path "studio/persian/time" (import path does not begin with hostname)

I even searched "studio" in github and google but no luck.

Where can I get this repo?

dc0d commented 6 years ago

Note: This package is from my early Go days (with every bit of bad practice possible!).

Honestly I have not much time left to attend to this project (I'll try) and after three years seems you are the first one who is using it!

And PRs are always welcome!

dc0d commented 6 years ago

I've tried to clean-up Go parts as much as I could (for today). Please see if it meets your needs.

bssankaran commented 6 years ago

Thanks a lot. I tried to build this project just to learn how to use gosweph. I have already started using gosweph for an astrology api in golang. I will soon put it on github.

And, I will try this improved version of asterisk to get examples for gosweph usage.

I will raise PR for gosweph, if I find some improvements.

Thanks again.