Rename testutils to testutil and move below prometheus dir

`testutil` is more in line with stdlib naming conventions.

The package should be below `prometheus` as it only provides utils to
test exposition code, not to test HTTP client code.

Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
beorn7 2018-08-22 23:57:08 +02:00
parent fc4994c93c
commit df0210c26c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package testutils
package testutil
import (
"bytes"

View File

@ -1,4 +1,4 @@
package testutils
package testutil
import (
"testing"