stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
23.15k stars 1.59k forks source link

error while importing github.com/stretchr/testify/suite: read C:\Program Files\Go\src\math\huge_test.go: unexpected NUL in input #1557

Closed mauljurassicia closed 7 months ago

mauljurassicia commented 7 months ago

Description

It is maybe not a bug or a bug from go standard library. But this thing make me cannot import this package in my machine

Step To Reproduce

Expected behavior

Actual behavior

arjunmahishi commented 7 months ago

This doesn't look like an import error. Especially while importing testify/suite.

There is a stackoverflow thread addressing something similar. This looks like a generic windows specific issue. Maybe the thread has something that helps.

Closing this issue for now.