Skip to content

Commit e5cdd91

Browse files
author
Dean Karn
committed
Moved Stack helpers to runtimeext
Move Stack helpers from errorsext => runtimeext
1 parent 19a86f2 commit e5cdd91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pkg
2-
![Project status](https://img.shields.io/badge/version-2.1.0-green.svg)
2+
![Project status](https://img.shields.io/badge/version-3.0.0-green.svg)
33
[![Build Status](https://travis-ci.org/go-playground/pkg.svg?branch=master)](https://travis-ci.org/go-playground/pkg)
44
[![Coverage Status](https://coveralls.io/repos/github/go-playground/pkg/badge.svg?branch=master)](https://coveralls.io/github/go-playground/pkg?branch=master)
55
[![GoDoc](https://godoc.org/github.com/go-playground/pkg?status.svg)](https://godoc.org/github.com/go-playground/pkg)

errors/stack.go renamed to runtime/stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package errorsext
1+
package runtimeext
22

33
import (
44
"runtime"

errors/stack_test.go renamed to runtime/stack_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package errorsext
1+
package runtimeext
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)