依照以下兩篇應該可以順利成功
http://mmcgrana.github.io/2012/09/getting-started-with-go-on-heroku.html
http://yinghau76.github.io/2013/12/15/go-on-heroku/
不過我真的太不熟所有有些地方一直搞混,這裡記錄一下我發生的問題:
千萬記得把你的Go的程式碼放在$GOPATH/src 下,根據這一篇建議,可以考慮放在 $GOPATCH/src/github.com/YOUR_GITHUB_ACCOUNT/ 下面
記得 Procfile 裡面要寫的是你的目錄(也就是編譯好執行檔)名稱 ,不確定的可以用 which 去double confirm
其他參考文章:
Go MongoDB and MongoHQ http://blog.joshsoftware.com/2014/02/28/a-simple-go-web-app-on-heroku-with-mongodb-on-mongohq/
Build test using wrecker with go http://blog.wercker.com/2013/07/10/deploying-golang-to-heroku.html
接下來會努力 RESTful 還有一些資料庫應用….
心得: 這次來聽Google Map GDE Homing Tam講解關於Google Map的簡介,由於時間的因素主要都是在講解Google Map相關延生的產品.不過內容上相當的有趣.也有新舊版本上的使用差異,從眾多的Google Map所衍生出來的產品也更容易了解Google Map API與Google Map如何使用的想法. 會後其實也花了一些時間好好地觀看了一下Google IO帶回來的三星Android Wear實體機.也知道了台灣除了Colin Su之外又多了一個GDE David Chen (不過台灣現在都是Google Cloud 的Expert). 速記: Google Maps Feature update introducing the Google Maps product families https://www.google.com/maps/about/partners/businessview/ Google business view (business photo) http://maps.google.com/gallery/ Google map with data in gallery https://www.google.com/mars/ Google Mars Map https://www.google.com/moon/ Google Moon Map https://www.google.com/sky/ Google Sky View https://www.google.com.tw/mapmaker Google Map Marker (自定修改地圖) https://mapsengine.google.com/map/ Google Map Engine 有分Lite,Pro與Mobile版本. http://www.google.com/enterprise/mapsearth/products/coordinate.html Google Map Coordinate 可以追蹤人用的,安裝之後手機GPS會強制打開. Google Earth 安全台灣 利用Google Earth Enterprise 自己建立local Google Map Client https://support.google.com/fusiontables/answer/2571232 Google Fusion Table 地理資訊資料庫,不過有漸漸被淘汰的趨勢 indoor map != indoor street view yellow point -> business view certificated agency to take photo and upload to google map. indoor map is a flat map indoor map User upload. indoor street view is using street car to take photo Provide by Google 範例: 雪山隧道人行步道 舊版地圖與新版地圖的差異 舊版地圖可以分享 (參考) 原因是因為新版地圖的網址是不固定的,所以無法分享.也有IFrame的整合. Google Map API Currently it use v3.13 v2 already out of date since 2013/09 Why use version 3 差異 (Google Map vs Google Map API...