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

Side by Side Diff: go/src/infra/tools/drover/default_shell_darwin.go

Issue 662113003: Drover's back, baby! (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git/+/master
Patch Set: more tests and refactors Created 6 years, 1 month 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 package main
4 5
5 /* 6 const DefaultShell = "bash"
6 Package compilerproxylog provides compiler_proxy INFO log parser.
7
8 */
9 package compilerproxylog
OLDNEW
« no previous file with comments | « go/src/infra/libs/infra_util/test_utils.go ('k') | go/src/infra/tools/drover/default_shell_linux.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698