Skip to content

countlog/stats/stats_test.go has imported non-exist package #8

Description

@xnslong

The countlog/stats/stats_test.go file has imported a non-exist package

import (
	// ...
	"github.com/v2pro/plz/countlog/core"  // no such package
	// ...
)

This will disturb go mod.

github.com/thrift-iterator/go imports
	github.com/v2pro/wombat/generic imports
	github.com/v2pro/plz/countlog imports
	github.com/v2pro/plz/countlog/stats tested by
	github.com/v2pro/plz/countlog/stats.test imports
	github.com/v2pro/plz/countlog/core: module github.com/v2pro/plz@latest found (v0.0.0-20180227161703-2d49b86ea382), but does not contain package github.com/v2pro/plz/countlog/core

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions