diff --git a/README.md b/README.md index 6ec2ce1..ee1abac 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ ## EmbGUI - embedded GUI for Go apps. -[![Go Report Card](https://goreportcard.com/badge/github.com/inteliwise/embgui)](https://goreportcard.com/report/github.com/inteliwise/embgui) - Instant admin panels for Go apps. Turn plain Go code into HTML+CSS admin panel with a collection of common components and a predefined layout. -screenshot +screenshot ## Use case @@ -29,7 +27,7 @@ package main import ( "net/http" - "github.com/inteliwise/embgui" + "github.com/gsiehien/embgui" ) var ui *embgui.EmbGUI diff --git a/examples/stdlib/nethttp.go b/examples/stdlib/nethttp.go index 5593d74..4aea7dc 100644 --- a/examples/stdlib/nethttp.go +++ b/examples/stdlib/nethttp.go @@ -3,7 +3,7 @@ package main import ( "net/http" - "github.com/inteliwise/embgui" + "github.com/gsiehien/embgui" ) var ui *embgui.EmbGUI diff --git a/go.mod b/go.mod index 8204366..4b9419d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/inteliwise/embgui +module github.com/gsiehien/embgui -go 1.16 +go 1.15