Where to edit source code in gcp

39 views
Skip to first unread message

Nagaraja SV

unread,
Aug 1, 2017, 11:44:46 PM8/1/17
to Google App Engine
Hi , 

I am new to GCP and Go Lang.

I have deployed bookshelf code to GCP and it is working as expected but i want see/edit the code with in GCP.

Please help me.

Thank you
Nagaraj

George (Cloud Platform Support)

unread,
Aug 2, 2017, 12:53:39 PM8/2/17
to Google App Engine
Hello Nagaraja, 

A local development server is specifically offered for situations like yours, when one needs to develop and test Go code on the local machine, before finally deploying it to the Cloud. You can read relevant information with further leading links on the "The Go Development Server" documentation page. 

The majority of pure Go packages work on Google App Engine. A package may not work because of one of these reasons:

The package imports syscall or unsafe.
The package uses cgo or assembly.
The package requires functions in packages that are locked down, such as writing to disk, or direct network access.

You can find more information in the Go Blog

If you enjoy using IDEs for development, it may be of interest to know that there is one being developped, called "Gogland". 

Nagaraja SV

unread,
Aug 23, 2017, 9:00:49 AM8/23/17
to Google App Engine
Thank you 
Reply all
Reply to author
Forward
0 new messages