Skip to content

Commit

Permalink
Update README.md set company logo and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas authored Oct 7, 2023
1 parent e7f4be2 commit e99f746
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# template-example
Template example
<h2 align="center">
<a href="https://httpie.io" target="blank_">
<img height="100" alt="nullplatform" src="https://nullplatform.com/favicon/android-chrome-192x192.png" />
</a>
<br>
<br>
Technology Template for Golang
<br>
</h2>

Welcome to the **Technology Template for Golang** repository! This repository provides an example for building applications using Golang. Whether you're new to nullplatform development or looking to streamline your workflow, this template offer a great starting point.

## Table of Contents

- [Introduction](#introduction)
- [Getting Started](#getting-started)

## Introduction

This repository aims to provide you with a Golang-based template that follow best practices for application development helping you get started quickly and efficiently.

## Getting Started

To get started, follow this steps:

1. **Development**: Start building your application using the template as a foundation.

You can run this application locally by executing:
```bash
go run main.go
```

---

Enjoy building applications using this template! If you have any questions or feedback, please open an issue in the repository. Happy coding!

0 comments on commit e99f746

Please sign in to comment.