Codebase list golang-github-lestrrat-go-pdebug / d05779c
Import upstream version 0.0~git20180220.0.569c974 Debian Janitor 2 years ago
3 changed file(s) with 29 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 # Compiled Object files, Static and Dynamic libs (Shared Objects)
1 *.o
2 *.a
3 *.so
4
5 # Folders
6 _obj
7 _test
8
9 # Architecture specific extensions/prefixes
10 *.[568vq]
11 [568vq].out
12
13 *.cgo1.go
14 *.cgo2.c
15 _cgo_defun.c
16 _cgo_gotypes.go
17 _cgo_export.*
18
19 _testmain.go
20
21 *.exe
22 *.test
23 *.prof
44 [![GoDoc](https://godoc.org/github.com/lestrrat/go-pdebug?status.svg)](https://godoc.org/github.com/lestrrat/go-pdebug)
55
66 Utilities for my print debugging fun. YMMV
7
8 # WARNING
9
10 This repository has been moved to [github.com/lestrrat-go/pdebug](https://github.com/lestrrat-go/pdebug). This repository exists so that libraries pointing to this URL will keep functioning, but this repository will NOT be updated in the future. Please use the new import path.
711
812 # Synopsis
913
2828 return
2929 }
3030 } else {
31 if !assert.Equal(t, "", buf.String(), "Simple Printf should be supressed") {
31 if !assert.Equal(t, "", buf.String(), "Simple Printf should be suppressed") {
3232 return
3333 }
3434 }