Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gsiehien committed Feb 7, 2021
1 parent 1d763a3 commit 5c4c591
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<img src="https://raw.githubusercontent.com/inteliwise/embgui/master/examples/screenshot.png" alt="screenshot" style="max-width:100%;"></a>
<img src="https://raw.githubusercontent.com/gsiehien/embgui/master/examples/screenshot.png" alt="screenshot" style="max-width:100%;"></a>

## Use case

Expand All @@ -29,7 +27,7 @@ package main

import (
"net/http"
"github.com/inteliwise/embgui"
"github.com/gsiehien/embgui"
)

var ui *embgui.EmbGUI
Expand Down
2 changes: 1 addition & 1 deletion examples/stdlib/nethttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"net/http"

"github.com/inteliwise/embgui"
"github.com/gsiehien/embgui"
)

var ui *embgui.EmbGUI
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/inteliwise/embgui
module github.com/gsiehien/embgui

go 1.16
go 1.15

0 comments on commit 5c4c591

Please sign in to comment.