Skip to content

Commit 123cbda

Browse files
committed
update readme
1 parent ad97178 commit 123cbda

File tree

2 files changed

+83
-1
lines changed

2 files changed

+83
-1
lines changed

CONTRIBUTING.md

Whitespace-only changes.

README.md

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,83 @@
1-
<h1 align="center">Data Structures wih Go Language Public Source Repository</h1>
1+
<h1 align="center">Data Structures with Go Language Public Source Repository</h1>
2+
3+
Click here for **[GO Language](https://golang.org/)**
4+
5+
Click here for **[Guide & Theory](https://goo.gl/Ej9kzs)**
6+
7+
Click here for **[VSCode IDE](https://code.visualstudio.com/)**
8+
9+
[What It Is](#what-it-is)
10+
11+
[How To Use](#how-to-use)
12+
13+
[About](#about)
14+
15+
[Collaborators](#collaborators)
16+
17+
[Branches](#branches)
18+
19+
[Copyright & Licensing](#copyright--licensing)
20+
21+
[Contributing](#contributing)
22+
23+
[Contact](#contact)
24+
25+
## What It Is
26+
27+
**Data Structures with Go**
28+
29+
Data-Structures-with-Go guide for GO language is an easy and advanced way to learn Data Structures.
30+
31+
**Uses : `GO Language`** -> **[Official GO Language Web Site](https://golang.org/)**
32+
33+
## How To Use
34+
35+
Just research the **[main repository](https://github.com/Dentrax/Data-Structures-with-Go)** and learn it gradually. Thats all.
36+
37+
## About
38+
39+
Data-Structures-with-Go was created to serve three purposes:
40+
41+
**Data-Structures-with-Go is a basically Data-Structures learning repository which all structures coded in Go language**
42+
43+
1. To act as a guide to learn basic Data Structures with enhanced and rich content.
44+
45+
2. To provide a simplest and easiest way to learn.
46+
47+
3. There is no any Data Structures guide coded in Go language on the internet.
48+
49+
## Collaborators
50+
51+
**Project Manager** - Furkan Türkal (GitHub: **[dentrax](https://github.com/dentrax)**)
52+
53+
## Branches
54+
55+
We publish source for the **[Data-Structures-with-Go]** in single rolling branch:
56+
57+
The **[master branch](https://github.com/dentrax/Data-Structures-with-Go/tree/master)** is extensively tested by our QA team and makes a great starting point for learning the GO language. Also tracks [live changes](https://github.com/dentrax/Data-Structures-with-Go/commits/master) by our team.
58+
59+
## Copyright & Licensing
60+
61+
The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.
62+
63+
All program code (i.e. Go) is licensed under MIT License unless otherwise specified. Please see the **[LICENSE.md](https://github.com/Dentrax/Data-Structures-with-Go/blob/master/LICENSE)** file for more information.
64+
65+
**References**
66+
67+
While this repository is being prepared, it may have been quoted from some sources.
68+
If there is an unspecified source, please contact me.
69+
70+
## Contributing
71+
72+
Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution instructions and naming guidelines.
73+
74+
## Contact
75+
76+
Data-Structures-with-Go was created by Furkan 'Dentrax' Türkal
77+
78+
* <https://www.furkanturkal.com>
79+
80+
You can contact by URL:
81+
**[CONTACT](https://github.com/dentrax)**
82+
83+
<kbd>Best Regards</kbd>

0 commit comments

Comments
 (0)