For example, I'm writing code that fits just one game. However, anyone else could read the code and modify things to fit their game. It's a double win since they'll likely find (and maybe help fix) bugs in the original code.

Code: Select all
main.go:17:2: cannot find package "github.com/makhidkarun/crewgen/pkg/person" in any of:
C:\Go\src\github.com\makhidkarun\crewgen\pkg\person (from $GOROOT)
C:\Users\jivem\go\src\github.com\makhidkarun\crewgen\pkg\person (from $GOPATH)
Have you looked at "Setting environment variables under Windows" on the Go Documents Install page? There's a "Test your installation" section right under that. I tested a non-Go set up user and got the same error.ToniXX wrote:I set up go, downloaded your source and tried to compile. I got this error and I'm a little lost
Code: Select all
main.go:17:2: cannot find package "github.com/makhidkarun/crewgen/pkg/person" in any of: C:\Go\src\github.com\makhidkarun\crewgen\pkg\person (from $GOROOT) C:\Users\jivem\go\src\github.com\makhidkarun\crewgen\pkg\person (from $GOPATH)
Code: Select all
go build
Was this able to be resolved? Anything I can do to help?ToniXX wrote:I set up go, downloaded your source and tried to compile. I got this error and I'm a little lost
Code: Select all
main.go:17:2: cannot find package "github.com/makhidkarun/crewgen/pkg/person" in any of: C:\Go\src\github.com\makhidkarun\crewgen\pkg\person (from $GOROOT) C:\Users\jivem\go\src\github.com\makhidkarun\crewgen\pkg\person (from $GOPATH)
No. It seems that the path is incorrect and I haven't had time to mess with it.Leitz wrote:Was this able to be resolved? Anything I can do to help?
Code: Select all
C:\Users\jivem\go\src\github.com\makhidkarun\crewgen\main.go
No, it's not. Let me mess with it a bit and I'll post back here.Leitz wrote:Got some input from IRC. Is your main.go:
Go is pretty picky about where the repositories are. The rest of the repo should be relative to that.Code: Select all
C:\Users\jivem\go\src\github.com\makhidkarun\crewgen\main.go
Code: Select all
Welcome to Joe's Bar and Blowfish Emporium, a small club
Patrons:
Rayna Forbes [ F ] 7B4288 ( 5 terms) Age: 39 Brawling-1, Computer-1, Gamble-1
Abigail Seguin [ F ] C69665 ( 2 terms) Age: 27 Carouse-1, Survival-1
Jade Rivero [ F ] 68888A ( 2 terms) Age: 27 Carouse-1, GunCbt-1
Erminia Ramos [ F ] 7549BB ( 5 terms) Age: 39 Admin-2, Legal-1
Sonny Cornelis [ M ] 879954 ( 4 terms) Age: 34 Brawling-1, Gamble-1, Stealth-1
More people have heard of "Ruby on Rails", which is a fairly common web framework. Ruby by itself is a niche language; comparable to Python and Perl. There are a lot of Perl and Smalltalk-isms, for those familiar with those two languages. Two things that set Ruby apart are its strong Object Orientation and ease of use.cybersavant wrote:Are there any programs we'd recognize that are written in Ruby?
I currently use HeroLab and Combat Manager.
Code: Select all
if options.key?('culture') && CULTURES.include?(options['culture'])
Yeah, I know that feeling. I'll be drafting the talking points today, and putting it up in the repo. Each learning iteration goes for 90 days, and each week will have a focus topic. Likely to start early to mid April, so if you have anything wrapping up soon...dmw71 wrote:I wasn't already so over-committed with other projects, I'd be all over this. Sadly, I just don't have the time right now.