From 5c4c591eec49d3d82f487c2517a76fb75322e5bc Mon Sep 17 00:00:00 2001 From: Grzegorz Siehien Date: Sun, 7 Feb 2021 16:16:10 +0100 Subject: [PATCH] cleanup --- README.md | 6 ++---- examples/stdlib/nethttp.go | 2 +- go.mod | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) 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