Skip to content

Commit

Permalink
added logos
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent c8c8c2e commit 53ee751
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Publishr

<p align="center">
<a href="https://github.com/PackagrIO/docs">
<img width="300" alt="portfolio_view" src="https://github.com/PackagrIO/publishr/raw/master/images/publishr.png">
</a>
</p>

# Logo

- [link By Travis Avery, US](https://thenounproject.com/travisavery/collection/ui-ux-circles-solid/?i=2453722)

Binary file added images/publishr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/publishr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions manual.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package main

import (
"github.com/packagrio/go-common/utils/git"
"log"
)


func main() {

result, err := git.GitFindNearestTagName("/source")
if err != nil {
log.Fatalf("Error found: %v", err)
} else {
log.Printf("Success!, %v", result)
}
}

0 comments on commit 53ee751

Please sign in to comment.