You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
As stated in title. Can't goto definition for 'Suite' in code like this :
package tests
import (
"somecustom/suites"
"testing"
. "gopkg.in/check.v1" // would omit package name
)
var context *suites.SharedContext = suites.NewSharedContext()
// gocheck execute suites sequentially
var _ = Suite(&suites.CreateASuite{Ctx: context})
The text was updated successfully, but these errors were encountered:
DeathPoem
changed the title
Can't goto definition if package is imported like '. "gopkg.in/check.v1"'
Can't goto definition if package is imported like '. "gopkg.in/check.v1"'
Nov 6, 2017
DeathPoem
changed the title
Can't goto definition if package is imported like '. "gopkg.in/check.v1"'
Can't goto definition if is imported like '. "gopkg.in/check.v1"'
Nov 6, 2017
DeathPoem
changed the title
Can't goto definition if is imported like '. "gopkg.in/check.v1"'
Can't goto definition if is imported like '."gopkg.in/check.v1"'
Nov 6, 2017
DeathPoem
changed the title
Can't goto definition if is imported like '."gopkg.in/check.v1"'
Can't goto definition if is imported like '. "gopkg.in/check.v1"'
Nov 6, 2017
DeathPoem
changed the title
Can't goto definition if is imported like '. "gopkg.in/check.v1"'
Can't goto definition if is imported like . "gopkg.in/check.v1"
Nov 6, 2017
As stated in title. Can't goto definition for 'Suite' in code like this :
The text was updated successfully, but these errors were encountered: