Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Side by Side Diff: go/src/infra/tools/device_watchdog/main.go

Issue 2226873002: Add support for building Go for Android. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Commments + move deps roll to its own cl Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« go/mobile_env.py ('K') | « go/mobile_env.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 package main
2
3 import (
4 "C"
5 "fmt"
6 )
7
8 func main() {
9 fmt.Println("Is this thing working?")
10 }
OLDNEW
« go/mobile_env.py ('K') | « go/mobile_env.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698