We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 496e6df + 511cc89 commit edc6916Copy full SHA for edc6916
1 file changed
sim/common/includes.go
@@ -3,5 +3,6 @@ package common
3
// Just import other directories, so importing common from elsewhere is enough.
4
import (
5
_ "github.com/wowsims/mop/sim/common/cata"
6
+ _ "github.com/wowsims/mop/sim/common/mop"
7
_ "github.com/wowsims/mop/sim/common/wotlk"
8
)
0 commit comments