Fixed package name

This commit is contained in:
ImVexed 2019-10-01 21:43:14 -05:00
parent 0597c85199
commit 5d4d5cf3a2
No known key found for this signature in database
GPG Key ID: F16360BA6A2715B8
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module muon module github.com/ImVexed/Muon
go 1.13 go 1.13

View File

@ -6,7 +6,7 @@ import (
"reflect" "reflect"
"unsafe" "unsafe"
. "muon/ultralight" . "github.com/ImVexed/Muon/ultralight"
) )
type Window struct { type Window struct {