Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMac committed Nov 9, 2024
1 parent 2dfec5c commit 693ef2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
<div align="center">
<h1>go-app-template</h1>
<p>TODO: title</p>
<h1>Go-Fit</h1>
<p>Fix binary file extensions using magic numbers header signature</p>
<p>
<a href="https://github.com/alexandermac/go-app-template/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://github.com/alexandermac/go-app-template/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/alexandermac/go-app-template.svg" alt="License"></a>
<a href="https://pkg.go.dev/github.com/alexandermac/go-app-template"><img src="https://pkg.go.dev/badge/github.com/alexandermac/go-app-template" alt="npm version"></a>
<a href="https://github.com/alexandermac/gofit/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://github.com/alexandermac/gofit/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/alexandermac/gofit.svg" alt="License"></a>
<a href="https://pkg.go.dev/github.com/alexandermac/gofit"><img src="https://pkg.go.dev/badge/github.com/alexandermac/gofit" alt="npm version"></a>
</p>
</div>

# Contents
- [Contents](#contents)
- [Features](#features)
- [Install](#install)
- [Usage](#usage)
- [License](#license)

# Features
- Golang v1.23

# Install
TODO

# Usage
TODO

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/AlexanderMac/go-app-template
module github.com/AlexanderMac/gofit

go 1.23

0 comments on commit 693ef2b

Please sign in to comment.