File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Golang CircleCI 2.0 configuration file
2
+ #
3
+ # Check https://circleci.com/docs/2.0/language-go/ for more details
4
+ version : 2
5
+ jobs :
6
+ build :
7
+ docker :
8
+ - image : circleci/golang:1.9
9
+
10
+ working_directory : /go/src/github.com/google/gops
11
+ steps :
12
+ - checkout
13
+
14
+ # specify any bash command here prefixed with `run: `
15
+ - run : go test -v ./...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# gops
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org/google/gops.svg?branch=master )] ( https://travis-ci.org/google/gops ) [ ![ GoDoc] ( https://godoc.org/github.com/google/gops/agent?status.svg )] ( https://godoc.org/github.com/google/gops/agent )
3
+ [ ![ GoDoc] ( https://godoc.org/github.com/google/gops/agent?status.svg )] ( https://godoc.org/github.com/google/gops/agent )
4
4
5
5
gops is a command to list and diagnose Go processes currently running on your system.
6
6
You can’t perform that action at this time.
0 commit comments