Skip to content

Instantly share code, notes, and snippets.

@maruel
Created November 22, 2016 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maruel/4bb687ffac0065cb7eefbb00f4d60378 to your computer and use it in GitHub Desktop.
Save maruel/4bb687ffac0065cb7eefbb00f4d60378 to your computer and use it in GitHub Desktop.
$ go install -v ./cmd/gpio-list ./cmd/headers-list ./cmd/periph-info ./cmd/periph-smoketest (exit:0 in 5.856s)
github.com/google/periph/cmd/headers-list
github.com/google/periph/cmd/gpio-list
github.com/google/periph/cmd/periph-info
github.com/google/periph/cmd/periph-smoketest
$ periph-info (exit:0 in 26.082ms)
Drivers loaded and their dependencies, if any:
- bcm283x-gpio
- rpi : [bcm283x-gpio]
- sysfs-gpio
- sysfs-i2c
- sysfs-led
- sysfs-spi
- sysfs-thermal
Drivers skipped and the reason why:
- allwinner-gpio : Allwinner CPU not detected
- allwinner-gpio-pl: dependency not loaded: "allwinner-gpio"
- chip : dependency not loaded: "allwinner-gpio"
- odroid_c1 : Hardkernel ODROID-C0/C1/C1+ board not detected
- pine64 : dependency not loaded: "allwinner-gpio-pl"
Drivers failed to load and the error:
<none>
$ gpio-list (exit:0 in 26.485ms)
GPIO0 : In/High
GPIO1 : In/High
GPIO2 : I2C1_SDA
GPIO3 : I2C1_SCL
GPIO4 : In/High
GPIO5 : Out/Low
GPIO6 : In/High
GPIO7 : Out/High
GPIO8 : Out/High
GPIO9 : SPI0_MISO
GPIO10: SPI0_MOSI
GPIO11: SPI0_CLK
GPIO12: In/Low
GPIO13: In/High
GPIO14: UART0_TXD
GPIO15: UART0_RXD
GPIO16: In/Low
GPIO17: In/Low
GPIO18: Out/High
GPIO19: SPI1_MISO
GPIO20: SPI1_MOSI
GPIO21: SPI1_CLK
GPIO22: In/Low
GPIO23: In/Low
GPIO24: In/Low
GPIO25: In/Low
GPIO26: In/Low
GPIO27: In/Low
GPIO40: PWM0_OUT
GPIO41: PWM1_OUT
GPIO46: <Alt0>
$ headers-list (exit:0 in 25.527ms)
AUDIO: 2 pins
Pos Name Func
1 GPIO41 PWM1_OUT
2 GPIO40 PWM0_OUT
HDMI: 1 pins
Pos Name Func
1 GPIO46 <Alt0>
P1: 40 pins
Func Name Pos Pos Name Func
V3_3 1 2 V5
I2C1_SDA GPIO2 3 4 V5
I2C1_SCL GPIO3 5 6 GROUND
In/High GPIO4 7 8 GPIO14 UART0_TXD
GROUND 9 10 GPIO15 UART0_RXD
In/Low GPIO17 11 12 GPIO18 Out/High
In/Low GPIO27 13 14 GROUND
In/Low GPIO22 15 16 GPIO23 In/Low
V3_3 17 18 GPIO24 In/Low
SPI0_MOSI GPIO10 19 20 GROUND
SPI0_MISO GPIO9 21 22 GPIO25 In/Low
SPI0_CLK GPIO11 23 24 GPIO8 Out/High
GROUND 25 26 GPIO7 Out/High
In/High GPIO0 27 28 GPIO1 In/High
Out/Low GPIO5 29 30 GROUND
In/High GPIO6 31 32 GPIO12 In/Low
In/High GPIO13 33 34 GROUND
SPI1_MISO GPIO19 35 36 GPIO16 In/Low
In/Low GPIO26 37 38 GPIO20 SPI1_MOSI
GROUND 39 40 GPIO21 SPI1_CLK
$ periph-smoketest gpio -sysfs 6 13 (exit:0 in 323.919ms)
Skipping input pull resistor on sysfs
Using pins and their current state:
- GPIO6: In/High
- GPIO13: In/High
Testing GPIO13 -> GPIO6
Testing basic functionality
0.059ms GPIO6.In(Float, None)
0.158ms GPIO13.Out(Low)
0.277ms -> GPIO6: In/Low
0.357ms -> GPIO13: Out/Low
0.446ms GPIO13.Out(High)
0.533ms -> GPIO6: In/High
0.609ms -> GPIO13: Out/High
Testing edges with Both
0.716ms GPIO6.In(Float, None)
0.770ms GPIO13.Out(Low)
0.854ms GPIO6.In(Float, Both)
11.179ms -> WaitForEdge(GPIO6) -> false
11.472ms GPIO13.Out(High)
11.608ms -> WaitForEdge(GPIO6) -> true
11.819ms GPIO13.Out(Low)
11.949ms -> WaitForEdge(GPIO6) -> true
22.165ms -> WaitForEdge(GPIO6) -> false
22.296ms GPIO13.Out(High)
22.391ms -> WaitForEdge(GPIO6) -> true
22.518ms GPIO13.Out(Low)
22.612ms GPIO13.Out(High)
22.703ms -> WaitForEdge(GPIO6) -> true
32.918ms -> WaitForEdge(GPIO6) -> false
33.048ms GPIO13.Out(Low)
33.138ms GPIO6.In(Float, Both)
43.347ms -> WaitForEdge(GPIO6) -> false
Testing edges with Rising
43.503ms GPIO6.In(Float, None)
43.570ms GPIO13.Out(Low)
43.630ms GPIO13.Out(Low)
43.715ms GPIO6.In(Float, Rising)
54.031ms -> WaitForEdge(GPIO6) -> false
54.170ms GPIO13.Out(High)
54.300ms -> WaitForEdge(GPIO6) -> true
54.436ms GPIO13.Out(Low)
64.587ms -> WaitForEdge(GPIO6) -> false
74.805ms -> WaitForEdge(GPIO6) -> false
74.933ms GPIO13.Out(High)
75.027ms -> WaitForEdge(GPIO6) -> true
75.153ms GPIO13.Out(Low)
75.240ms GPIO13.Out(High)
75.326ms GPIO13.Out(Low)
75.410ms GPIO13.Out(High)
75.501ms -> WaitForEdge(GPIO6) -> true
85.717ms -> WaitForEdge(GPIO6) -> false
85.846ms GPIO13.Out(Low)
85.934ms GPIO13.Out(High)
86.020ms GPIO6.In(Float, Rising)
96.209ms -> WaitForEdge(GPIO6) -> false
Testing edges with Falling
96.359ms GPIO6.In(Float, None)
96.425ms GPIO13.Out(Low)
96.484ms GPIO13.Out(High)
96.567ms GPIO6.In(Float, Falling)
106.788ms -> WaitForEdge(GPIO6) -> false
106.984ms GPIO13.Out(Low)
107.137ms -> WaitForEdge(GPIO6) -> true
107.279ms GPIO13.Out(High)
117.427ms -> WaitForEdge(GPIO6) -> false
127.649ms -> WaitForEdge(GPIO6) -> false
127.776ms GPIO13.Out(Low)
127.870ms -> WaitForEdge(GPIO6) -> true
127.996ms GPIO13.Out(High)
128.086ms GPIO13.Out(Low)
128.172ms GPIO13.Out(High)
128.256ms GPIO13.Out(Low)
128.345ms -> WaitForEdge(GPIO6) -> true
138.561ms -> WaitForEdge(GPIO6) -> false
138.690ms GPIO13.Out(High)
138.777ms GPIO13.Out(Low)
138.863ms GPIO6.In(Float, Falling)
149.057ms -> WaitForEdge(GPIO6) -> false
Testing GPIO6 -> GPIO13
Testing basic functionality
149.221ms GPIO13.In(Float, None)
149.297ms GPIO6.Out(Low)
149.404ms -> GPIO13: In/Low
149.500ms -> GPIO6: Out/Low
149.588ms GPIO6.Out(High)
149.672ms -> GPIO13: In/High
149.748ms -> GPIO6: Out/High
Testing edges with Both
149.855ms GPIO13.In(Float, None)
149.908ms GPIO6.Out(Low)
149.989ms GPIO13.In(Float, Both)
160.353ms -> WaitForEdge(GPIO13) -> false
160.539ms GPIO6.Out(High)
160.684ms -> WaitForEdge(GPIO13) -> true
160.823ms GPIO6.Out(Low)
160.946ms -> WaitForEdge(GPIO13) -> true
171.280ms -> WaitForEdge(GPIO13) -> false
171.531ms GPIO6.Out(High)
171.717ms -> WaitForEdge(GPIO13) -> true
171.852ms GPIO6.Out(Low)
171.979ms GPIO6.Out(High)
172.103ms -> WaitForEdge(GPIO13) -> true
182.316ms -> WaitForEdge(GPIO13) -> false
182.447ms GPIO6.Out(Low)
182.570ms GPIO13.In(Float, Both)
192.772ms -> WaitForEdge(GPIO13) -> false
Testing edges with Rising
192.927ms GPIO13.In(Float, None)
192.994ms GPIO6.Out(Low)
193.054ms GPIO6.Out(Low)
193.138ms GPIO13.In(Float, Rising)
203.419ms -> WaitForEdge(GPIO13) -> false
203.557ms GPIO6.Out(High)
203.677ms -> WaitForEdge(GPIO13) -> true
203.986ms GPIO6.Out(Low)
214.174ms -> WaitForEdge(GPIO13) -> false
224.410ms -> WaitForEdge(GPIO13) -> false
224.540ms GPIO6.Out(High)
224.637ms -> WaitForEdge(GPIO13) -> true
224.763ms GPIO6.Out(Low)
224.851ms GPIO6.Out(High)
224.936ms GPIO6.Out(Low)
225.021ms GPIO6.Out(High)
225.110ms -> WaitForEdge(GPIO13) -> true
235.324ms -> WaitForEdge(GPIO13) -> false
235.452ms GPIO6.Out(Low)
235.540ms GPIO6.Out(High)
235.626ms GPIO13.In(Float, Rising)
245.820ms -> WaitForEdge(GPIO13) -> false
Testing edges with Falling
245.969ms GPIO13.In(Float, None)
246.035ms GPIO6.Out(Low)
246.095ms GPIO6.Out(High)
246.178ms GPIO13.In(Float, Falling)
256.403ms -> WaitForEdge(GPIO13) -> false
256.539ms GPIO6.Out(Low)
256.666ms -> WaitForEdge(GPIO13) -> true
256.800ms GPIO6.Out(High)
266.948ms -> WaitForEdge(GPIO13) -> false
277.163ms -> WaitForEdge(GPIO13) -> false
277.290ms GPIO6.Out(Low)
277.382ms -> WaitForEdge(GPIO13) -> true
277.507ms GPIO6.Out(High)
277.594ms GPIO6.Out(Low)
277.679ms GPIO6.Out(High)
277.763ms GPIO6.Out(Low)
277.852ms -> WaitForEdge(GPIO13) -> true
288.067ms -> WaitForEdge(GPIO13) -> false
288.195ms GPIO6.Out(High)
288.282ms GPIO6.Out(Low)
288.368ms GPIO13.In(Float, Falling)
298.549ms -> WaitForEdge(GPIO13) -> false
<terminating>
298.691ms GPIO6.In(PullNoChange, None)
298.778ms GPIO13.In(PullNoChange, None)
$ periph-smoketest gpio 6 13 (exit:0 in 322.291ms)
Using pins and their current state:
- GPIO6: In/High
- GPIO13: In/High
Testing GPIO13 -> GPIO6
Testing basic functionality
0.057ms GPIO6.In(Float, None)
0.198ms GPIO13.Out(Low)
0.294ms -> GPIO6: In/Low
0.343ms -> GPIO13: Out/Low
0.390ms GPIO13.Out(High)
0.460ms -> GPIO6: In/High
0.507ms -> GPIO13: Out/High
Testing edges with Both
0.573ms GPIO6.In(Float, None)
0.658ms GPIO13.Out(Low)
0.728ms GPIO6.In(Float, Both)
11.311ms -> WaitForEdge(GPIO6) -> false
11.606ms GPIO13.Out(High)
11.727ms -> WaitForEdge(GPIO6) -> true
11.864ms GPIO13.Out(Low)
11.957ms -> WaitForEdge(GPIO6) -> true
22.169ms -> WaitForEdge(GPIO6) -> false
22.298ms GPIO13.Out(High)
22.377ms -> WaitForEdge(GPIO6) -> true
22.503ms GPIO13.Out(Low)
22.581ms GPIO13.Out(High)
22.658ms -> WaitForEdge(GPIO6) -> true
32.867ms -> WaitForEdge(GPIO6) -> false
32.995ms GPIO13.Out(Low)
33.070ms GPIO6.In(Float, Both)
43.317ms -> WaitForEdge(GPIO6) -> false
Testing edges with Rising
43.467ms GPIO6.In(Float, None)
43.571ms GPIO13.Out(Low)
43.619ms GPIO13.Out(Low)
43.689ms GPIO6.In(Float, Rising)
53.953ms -> WaitForEdge(GPIO6) -> false
54.089ms GPIO13.Out(High)
54.187ms -> WaitForEdge(GPIO6) -> true
54.321ms GPIO13.Out(Low)
64.454ms -> WaitForEdge(GPIO6) -> false
74.678ms -> WaitForEdge(GPIO6) -> false
74.806ms GPIO13.Out(High)
74.885ms -> WaitForEdge(GPIO6) -> true
75.011ms GPIO13.Out(Low)
75.084ms GPIO13.Out(High)
75.154ms GPIO13.Out(Low)
75.226ms GPIO13.Out(High)
75.302ms -> WaitForEdge(GPIO6) -> true
85.517ms -> WaitForEdge(GPIO6) -> false
85.650ms GPIO13.Out(Low)
85.725ms GPIO13.Out(High)
85.796ms GPIO6.In(Float, Rising)
96.024ms -> WaitForEdge(GPIO6) -> false
Testing edges with Falling
96.174ms GPIO6.In(Float, None)
96.277ms GPIO13.Out(Low)
96.323ms GPIO13.Out(High)
96.393ms GPIO6.In(Float, Falling)
106.660ms -> WaitForEdge(GPIO6) -> false
106.796ms GPIO13.Out(Low)
106.888ms -> WaitForEdge(GPIO6) -> true
107.020ms GPIO13.Out(High)
117.153ms -> WaitForEdge(GPIO6) -> false
127.369ms -> WaitForEdge(GPIO6) -> false
127.496ms GPIO13.Out(Low)
127.573ms -> WaitForEdge(GPIO6) -> true
127.697ms GPIO13.Out(High)
127.770ms GPIO13.Out(Low)
127.840ms GPIO13.Out(High)
127.911ms GPIO13.Out(Low)
127.987ms -> WaitForEdge(GPIO6) -> true
138.201ms -> WaitForEdge(GPIO6) -> false
138.329ms GPIO13.Out(High)
138.402ms GPIO13.Out(Low)
138.474ms GPIO6.In(Float, Falling)
148.692ms -> WaitForEdge(GPIO6) -> false
Testing input pull resistor
148.833ms GPIO6.In(Float, None)
148.937ms GPIO13.Out(Low)
148.984ms GPIO13.In(Down, None)
-> GPIO6: In/Low
-> GPIO13: In/Low
149.134ms GPIO13.In(Up, None)
-> GPIO6: In/High
-> GPIO13: In/High
Testing GPIO6 -> GPIO13
Testing basic functionality
149.313ms GPIO13.In(Float, None)
149.399ms GPIO6.Out(Low)
149.488ms -> GPIO13: In/Low
149.533ms -> GPIO6: Out/Low
149.579ms GPIO6.Out(High)
149.647ms -> GPIO13: In/High
149.693ms -> GPIO6: Out/High
Testing edges with Both
149.753ms GPIO13.In(Float, None)
149.837ms GPIO6.Out(Low)
149.905ms GPIO13.In(Float, Both)
160.476ms -> WaitForEdge(GPIO13) -> false
160.620ms GPIO6.Out(High)
160.709ms -> WaitForEdge(GPIO13) -> true
160.843ms GPIO6.Out(Low)
160.929ms -> WaitForEdge(GPIO13) -> true
171.145ms -> WaitForEdge(GPIO13) -> false
171.274ms GPIO6.Out(High)
171.353ms -> WaitForEdge(GPIO13) -> true
171.478ms GPIO6.Out(Low)
171.551ms GPIO6.Out(High)
171.636ms -> WaitForEdge(GPIO13) -> true
181.850ms -> WaitForEdge(GPIO13) -> false
181.978ms GPIO6.Out(Low)
182.052ms GPIO13.In(Float, Both)
192.279ms -> WaitForEdge(GPIO13) -> false
Testing edges with Rising
192.432ms GPIO13.In(Float, None)
192.536ms GPIO6.Out(Low)
192.582ms GPIO6.Out(Low)
192.652ms GPIO13.In(Float, Rising)
202.908ms -> WaitForEdge(GPIO13) -> false
203.045ms GPIO6.Out(High)
203.147ms -> WaitForEdge(GPIO13) -> true
203.280ms GPIO6.Out(Low)
213.414ms -> WaitForEdge(GPIO13) -> false
223.631ms -> WaitForEdge(GPIO13) -> false
223.758ms GPIO6.Out(High)
223.837ms -> WaitForEdge(GPIO13) -> true
223.962ms GPIO6.Out(Low)
224.035ms GPIO6.Out(High)
224.107ms GPIO6.Out(Low)
224.177ms GPIO6.Out(High)
224.253ms -> WaitForEdge(GPIO13) -> true
234.467ms -> WaitForEdge(GPIO13) -> false
234.596ms GPIO6.Out(Low)
234.703ms GPIO6.Out(High)
234.778ms GPIO13.In(Float, Rising)
245.006ms -> WaitForEdge(GPIO13) -> false
Testing edges with Falling
245.156ms GPIO13.In(Float, None)
245.257ms GPIO6.Out(Low)
245.303ms GPIO6.Out(High)
245.372ms GPIO13.In(Float, Falling)
255.630ms -> WaitForEdge(GPIO13) -> false
255.836ms GPIO6.Out(Low)
255.950ms -> WaitForEdge(GPIO13) -> true
256.087ms GPIO6.Out(High)
266.221ms -> WaitForEdge(GPIO13) -> false
276.438ms -> WaitForEdge(GPIO13) -> false
276.565ms GPIO6.Out(Low)
276.644ms -> WaitForEdge(GPIO13) -> true
276.769ms GPIO6.Out(High)
276.847ms GPIO6.Out(Low)
276.917ms GPIO6.Out(High)
276.987ms GPIO6.Out(Low)
277.066ms -> WaitForEdge(GPIO13) -> true
287.280ms -> WaitForEdge(GPIO13) -> false
287.409ms GPIO6.Out(High)
287.483ms GPIO6.Out(Low)
287.554ms GPIO13.In(Float, Falling)
297.797ms -> WaitForEdge(GPIO13) -> false
Testing input pull resistor
297.939ms GPIO13.In(Float, None)
298.044ms GPIO6.Out(Low)
298.091ms GPIO6.In(Down, None)
-> GPIO13: In/Low
-> GPIO6: In/Low
298.241ms GPIO6.In(Up, None)
-> GPIO13: In/High
-> GPIO6: In/High
<terminating>
298.398ms GPIO6.In(PullNoChange, None)
298.450ms GPIO13.In(PullNoChange, None)
$ gt ./... (exit:0 in 4.179s)
ok github.com/google/periph 0.035s (cached)
? github.com/google/periph/cmd/apa102 [no test files] (cached)
? github.com/google/periph/cmd/bme280 [no test files] (cached)
? github.com/google/periph/cmd/gpio-list [no test files] (cached)
? github.com/google/periph/cmd/gpio-read [no test files] (cached)
? github.com/google/periph/cmd/gpio-write [no test files] (cached)
? github.com/google/periph/cmd/headers-list [no test files] (cached)
? github.com/google/periph/cmd/i2c [no test files] (cached)
? github.com/google/periph/cmd/i2c-list [no test files] (cached)
? github.com/google/periph/cmd/ir [no test files] (cached)
? github.com/google/periph/cmd/led [no test files] (cached)
? github.com/google/periph/cmd/periph-info [no test files] (cached)
? github.com/google/periph/cmd/periph-smoketest [no test files] (cached)
? github.com/google/periph/cmd/spi-list [no test files] (cached)
? github.com/google/periph/cmd/ssd1306 [no test files] (cached)
? github.com/google/periph/cmd/thermal [no test files] (cached)
? github.com/google/periph/cmd/tm1637 [no test files] (cached)
? github.com/google/periph/conn [no test files] (cached)
? github.com/google/periph/conn/conntest [no test files] (cached)
ok github.com/google/periph/conn/gpio 0.025s (cached)
? github.com/google/periph/conn/gpio/gpiosmoketest [no test files] (cached)
ok github.com/google/periph/conn/gpio/gpiotest 0.016s (cached)
ok github.com/google/periph/conn/i2c 0.031s (cached)
ok github.com/google/periph/conn/i2c/i2ctest 0.018s (cached)
? github.com/google/periph/conn/ir [no test files] (cached)
ok github.com/google/periph/conn/pins 0.024s (cached)
ok github.com/google/periph/conn/spi 0.037s (cached)
ok github.com/google/periph/conn/spi/spitest 0.016s (cached)
ok github.com/google/periph/devices 0.016s (cached)
ok github.com/google/periph/devices/apa102 0.019s (cached)
ok github.com/google/periph/devices/bme280 0.017s (cached)
? github.com/google/periph/devices/devicestest [no test files] (cached)
? github.com/google/periph/devices/lirc [no test files] (cached)
ok github.com/google/periph/devices/ssd1306 0.047s (cached)
ok github.com/google/periph/devices/ssd1306/image1bit 0.032s (cached)
ok github.com/google/periph/devices/tm1637 0.032s (cached)
? github.com/google/periph/conn/analog [no test files] (cached)
ok github.com/google/periph/experimental/conn/onewire 0.055s (cached)
ok github.com/google/periph/experimental/conn/onewire/onewiretest 0.049s (cached)
ok github.com/google/periph/conn/uart 0.036s (cached)
? github.com/google/periph/experimental/conn/usb [no test files] (cached)
? github.com/google/periph/experimental/devices/bitbang [no test files] (cached)
ok github.com/google/periph/experimental/devices/ds18b20 0.326s (cached)
ok github.com/google/periph/experimental/devices/ds248x 0.036s (cached)
? github.com/google/periph/experimental/devices/piblaster [no test files] (cached)
ok github.com/google/periph/experimental/driver_skeleton 0.025s (cached)
? github.com/google/periph/experimental/host/sysfs [no test files] (cached)
? github.com/google/periph/experimental/host/usbbus [no test files] (cached)
ok github.com/google/periph/host 0.024s (cached)
? github.com/google/periph/host/allwinner [no test files] (cached)
? github.com/google/periph/host/bcm283x [no test files] (cached)
? github.com/google/periph/host/chip [no test files] (cached)
? github.com/google/periph/host/chip/chipsmoketest [no test files] (cached)
? github.com/google/periph/host/cpu [no test files] (cached)
ok github.com/google/periph/host/distro 0.024s (cached)
ok github.com/google/periph/host/headers 0.017s (cached)
? github.com/google/periph/host/odroid_c1 [no test files] (cached)
? github.com/google/periph/host/odroid_c1/odroidc1smoketest [no test files] (cached)
? github.com/google/periph/host/pine64 [no test files] (cached)
ok github.com/google/periph/host/pmem 0.015s (cached)
? github.com/google/periph/host/rpi [no test files] (cached)
ok github.com/google/periph/host/sysfs 0.015s (cached)
Commit: 8cd359c0dcec0ea7083715699f07f7fd48688266
CPUs: 4
Version: go1.7.3
GOROOT: /home/pi/go
GOPATH: /home/pi/gohci/periph/go
PATH: /home/pi/gohci/periph/go/bin:/home/pi/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Commands to be run:
go install -v ./cmd/gpio-list ./cmd/headers-list ./cmd/periph-info ./cmd/periph-smoketest
periph-info
gpio-list
headers-list
periph-smoketest gpio -sysfs 6 13
periph-smoketest gpio 6 13
gt ./...
$ git pull --prune --quiet (exit:0 in 865.428ms)
Already up-to-date.
$ git pull --prune --quiet (exit:0 in 875.724ms)
Already up-to-date.
$ git pull --prune --quiet (exit:0 in 901.972ms)
Already up-to-date.
$ git fetch --prune --quiet (exit:0 in 995.505ms)
$ git pull --prune --quiet (exit:0 in 998.985ms)
Already up-to-date.
$ git checkout --quiet -B test 8cd359c0dcec0ea7083715699f07f7fd48688266 (exit:0 in 39.109ms)
$ go get -v -d -t ./... (exit:0 in 2.233s)
$ go test -i ./... (exit:0 in 2.154s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment