sotetsuk / goscholar

Google scholar scraper written in Go
MIT License
17 stars 7 forks source link

Apply gofmt all the source files #93

Closed takahi-i closed 8 years ago

takahi-i commented 8 years ago

I applied gofmt to all the source file to follow the golang coding style.

We can fix misc formatting errors with the following command.

$ gofmt -s -w -l *.go
sotetsuk commented 8 years ago

Hi. Thanks a lot! Even though the test fails because of repo-token of coveralls, I will merge it now.

takahi-i commented 8 years ago

Thanks! :)

2016-05-10 16:04 GMT+09:00 Sotetsu KOYAMADA notifications@github.com:

Merged #93 https://github.com/sotetsuk/goscholar/pull/93.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sotetsuk/goscholar/pull/93#event-655351011

Takahiko