Refector deadlock into detector pkg

This commit is contained in:
harry 2016-03-11 10:35:09 +08:00 committed by Harry Zhang
parent a4d04095d0
commit d6e1566509
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 util
package threading
import (
"os"

View File

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