Go's first commit
github.com
Go's first commit
1–10 of 41 posts
Re: Go's first commit
#2Git was written in 2005.
What did these hello world commits have to do with go? Why are they in the git history?
Re: Go's first commit
#3Re: Go's first commit
#4Re: Go's first commit
#5I don't get it. According to the github history there was a hello world commit in 1972, conversion to C in 1974, conversion to ansi-c in 1988, then the next commit was the first go specification in 2008. Git was written in 2005. What did these hello world commits have to do with go? Why are they in the git history?
Re: Go's first commit
#6I don't get it. According to the github history there was a hello world commit in 1972, conversion to C in 1974, conversion to ansi-c in 1988, then the next commit was the first go specification in 2008. Git was written in 2005. What did these hello world commits have to do with go? Why are they in the git history?
> Git was written in 2005.
Not sure about this specific case, but it isn't uncommon to migrate from another version control system (e.g. Subversion) to Git while maintaining the past history.
Re: Go's first commit
#7I don't get it. According to the github history there was a hello world commit in 1972, conversion to C in 1974, conversion to ansi-c in 1988, then the next commit was the first go specification in 2008. Git was written in 2005. What did these hello world commits have to do with go? Why are they in the git history?
I guess they decided to include a history of "Hello World" as the path to Go.
See https://en.wikipedia.org/wiki/%22Hello,_World!%22_program#Hi...
Re: Go's first commit
#8Much more interesting (first language spec commit): https://github.com/golang/go/commit/18c5b488a3b2e218c0e0cf2a...
> - new methods can be added to a struct outside the package where the struct is declared (need to think through all implications)
Re: Go's first commit
#9How is this so old? Was Go something that was brewing for a long time prior to its development and debut at Google? Also, Kernighan? Maybe I live under a rock, but I wasn't aware of his involvement.
Re: Go's first commit
#10Much more interesting (first language spec commit): https://github.com/golang/go/commit/18c5b488a3b2e218c0e0cf2a...