generated from nullplatform/technology-templates-nodejs-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md set company logo and update description
- Loading branch information
1 parent
e7f4be2
commit e99f746
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |