fixed example

This commit is contained in:
ImVexed 2019-10-01 21:59:10 -05:00
parent 19e8be485d
commit e95eda044a
No known key found for this signature in database
GPG Key ID: F16360BA6A2715B8
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,8 @@
module cra
module cra-go
go 1.13
require golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
require (
github.com/ImVexed/muon v0.0.0-20191002025434-ac0754bb0a30 // indirect
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
)

View File

@ -2,8 +2,10 @@
package main
import (
"cra/webfiles"
"http"
"github.com/ImVexed/muon"
"cra-go/webfiles"
"net/http"
)
func main() {

7
go.mod
View File

@ -1,8 +1,3 @@
module github.com/ImVexed/Muon
module github.com/ImVexed/muon
go 1.13
require (
github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
)

View File

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