From 5d4d5cf3a29dd1281d206a05b347f7b96d09cf75 Mon Sep 17 00:00:00 2001 From: ImVexed Date: Tue, 1 Oct 2019 21:43:14 -0500 Subject: [PATCH] Fixed package name --- go.mod | 2 +- muon.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b2cee76..f5fedfb 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module muon +module github.com/ImVexed/Muon go 1.13 diff --git a/muon.go b/muon.go index 221ebad..e4e156f 100644 --- a/muon.go +++ b/muon.go @@ -6,7 +6,7 @@ import ( "reflect" "unsafe" - . "muon/ultralight" + . "github.com/ImVexed/Muon/ultralight" ) type Window struct {