-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from pieterclaerhout/tech-stack-file
- Loading branch information
Showing
2 changed files
with
151 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<!-- | ||
--- Readme.md Snippet without images Start --- | ||
## Tech Stack | ||
pieterclaerhout/go-waitgroup is built on the following main stack: | ||
- [Golang](http://golang.org/) – Languages | ||
- [Visual Studio Code](https://code.visualstudio.com/) – Text Editor | ||
- [Testify](https://github.com/stretchr/testify) – Go Testing | ||
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration | ||
Full tech stack [here](/techstack.md) | ||
--- Readme.md Snippet without images End --- | ||
--- Readme.md Snippet with images Start --- | ||
## Tech Stack | ||
pieterclaerhout/go-waitgroup is built on the following main stack: | ||
- <img width='25' height='25' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'/> [Golang](http://golang.org/) – Languages | ||
- <img width='25' height='25' src='https://img.stackshare.io/service/4202/Visual_Studio_Code_logo.png' alt='Visual Studio Code'/> [Visual Studio Code](https://code.visualstudio.com/) – Text Editor | ||
- <img width='25' height='25' src='https://img.stackshare.io/service/8695/stretchr.png' alt='Testify'/> [Testify](https://github.com/stretchr/testify) – Go Testing | ||
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration | ||
Full tech stack [here](/techstack.md) | ||
--- Readme.md Snippet with images End --- | ||
--> | ||
<div align="center"> | ||
|
||
# Tech Stack File | ||
![](https://img.stackshare.io/repo.svg "repo") [pieterclaerhout/go-waitgroup](https://github.com/pieterclaerhout/go-waitgroup)![](https://img.stackshare.io/public_badge.svg "public") | ||
<br/><br/> | ||
|5<br/>Tools used|11/09/23 <br/>Report generated| | ||
|------|------| | ||
</div> | ||
|
||
## <img src='https://img.stackshare.io/languages.svg'/> Languages (1) | ||
<table><tr> | ||
<td align='center'> | ||
<img width='36' height='36' src='https://img.stackshare.io/service/1005/O6AczwfV_400x400.png' alt='Golang'> | ||
<br> | ||
<sub><a href="http://golang.org/">Golang</a></sub> | ||
<br> | ||
<sub></sub> | ||
</td> | ||
|
||
</tr> | ||
</table> | ||
|
||
## <img src='https://img.stackshare.io/devops.svg'/> DevOps (4) | ||
<table><tr> | ||
<td align='center'> | ||
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'> | ||
<br> | ||
<sub><a href="http://git-scm.com/">Git</a></sub> | ||
<br> | ||
<sub></sub> | ||
</td> | ||
|
||
<td align='center'> | ||
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'> | ||
<br> | ||
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub> | ||
<br> | ||
<sub></sub> | ||
</td> | ||
|
||
<td align='center'> | ||
<img width='36' height='36' src='https://img.stackshare.io/service/8695/stretchr.png' alt='Testify'> | ||
<br> | ||
<sub><a href="https://github.com/stretchr/testify">Testify</a></sub> | ||
<br> | ||
<sub></sub> | ||
</td> | ||
|
||
<td align='center'> | ||
<img width='36' height='36' src='https://img.stackshare.io/service/4202/Visual_Studio_Code_logo.png' alt='Visual Studio Code'> | ||
<br> | ||
<sub><a href="https://code.visualstudio.com/">Visual Studio Code</a></sub> | ||
<br> | ||
<sub></sub> | ||
</td> | ||
|
||
</tr> | ||
</table> | ||
|
||
<br/> | ||
<div align='center'> | ||
|
||
Generated via [Stack File](https://github.com/apps/stack-file) |
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
repo_name: pieterclaerhout/go-waitgroup | ||
report_id: 315e1142ec1f3e3b468fe2608e3a0b7b | ||
repo_type: Public | ||
timestamp: '2023-11-09T11:13:03+00:00' | ||
requested_by: pieterclaerhout | ||
provider: github | ||
branch: master | ||
detected_tools_count: 5 | ||
tools: | ||
- name: Golang | ||
description: An open source programming language that makes it easy to build simple, | ||
reliable, and efficient software | ||
website_url: http://golang.org/ | ||
license: BSD-3-Clause | ||
open_source: true | ||
hosted_saas: false | ||
category: Languages & Frameworks | ||
sub_category: Languages | ||
image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png | ||
detection_source: Repo Metadata | ||
- name: Git | ||
description: Fast, scalable, distributed revision control system | ||
website_url: http://git-scm.com/ | ||
open_source: true | ||
hosted_saas: false | ||
category: Build, Test, Deploy | ||
sub_category: Version Control System | ||
image_url: https://img.stackshare.io/service/1046/git.png | ||
detection_source: Repo Metadata | ||
- name: GitHub Actions | ||
description: Automate your workflow from idea to production | ||
website_url: https://github.com/features/actions | ||
open_source: false | ||
hosted_saas: true | ||
category: Build, Test, Deploy | ||
sub_category: Continuous Integration | ||
image_url: https://img.stackshare.io/service/11563/actions.png | ||
detection_source: ".github/workflows/go.yaml" | ||
last_updated_by: Pieter Claerhout | ||
last_updated_on: 2022-10-16 13:43:11.000000000 Z | ||
- name: Testify | ||
description: A toolkit with common assertions and mocks that plays nicely with the | ||
standard library | ||
website_url: https://github.com/stretchr/testify | ||
license: MIT | ||
open_source: true | ||
hosted_saas: false | ||
category: Build, Test, Deploy | ||
sub_category: Go Testing | ||
image_url: https://img.stackshare.io/service/8695/stretchr.png | ||
detection_source: go.mod | ||
last_updated_by: dependabot[bot] | ||
last_updated_on: 2023-06-05 22:59:55.000000000 Z | ||
- name: Visual Studio Code | ||
description: Build and debug modern web and cloud applications, by Microsoft | ||
website_url: https://code.visualstudio.com/ | ||
license: MIT | ||
open_source: true | ||
hosted_saas: false | ||
category: Build, Test, Deploy | ||
sub_category: Text Editor | ||
image_url: https://img.stackshare.io/service/4202/Visual_Studio_Code_logo.png | ||
detection_source: ".vscode/tasks.json" | ||
last_updated_by: Pieter Claerhout | ||
last_updated_on: 2020-02-21 08:57:58.000000000 Z |