Skip to content

Commit e2af0a5

Browse files
authoredDec 8, 2024··
Updated badges, added go.mod
1 parent aa9ece5 commit e2af0a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=passgen&theme=gruvbox)](https://github.com/cyclone-github/)
1+
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=passgen&theme=gruvbox)](https://github.com/cyclone-github/passgen/)
2+
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/cyclone-github/passgen)](https://goreportcard.com/report/github.com/cyclone-github/passgen)
4+
[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/passgen.svg)](https://github.com/cyclone-github/passgen/issues)
5+
[![License](https://img.shields.io/github/license/cyclone-github/passgen.svg)](LICENSE)
6+
[![GitHub release](https://img.shields.io/github/release/cyclone-github/passgen.svg)](https://github.com/cyclone-github/passgen/releases)
7+
[![Go Reference](https://pkg.go.dev/badge/github.com/cyclone-github/passgen.svg)](https://pkg.go.dev/github.com/cyclone-github/passgen)
28

39
# Cyclone's PassGen
410
![image](https://i.imgur.com/9XzZVIm.png)

‎go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module passgen
2+
3+
go 1.22.4

0 commit comments

Comments
 (0)
Please sign in to comment.