String returns the full path and line number of the caller.
()
| 77 | |
| 78 | // String returns the full path and line number of the caller. |
| 79 | func (ec EntryCaller) String() string { |
| 80 | return ec.FullPath() |
| 81 | } |
| 82 | |
| 83 | // FullPath returns a /full/path/to/package/file:line description of the |
| 84 | // caller. |
no test coverage detected