Go to file
Mert Gör ☭ 32cffbd2bf
post explained
2024-04-13 13:37:26 +03:00
arrays License added to each code 2024-01-27 11:10:49 +03:00
channels License added to each code 2024-01-27 11:10:49 +03:00
conditionals License added to each code 2024-01-27 11:10:49 +03:00
defer_statement License added to each code 2024-01-27 11:10:49 +03:00
error_handling Error Custom example 2024-03-16 16:48:55 +03:00
examplerange License added to each code 2024-01-27 11:10:49 +03:00
functions License added to each code 2024-01-27 11:10:49 +03:00
goroutines License added to each code 2024-01-27 11:10:49 +03:00
interfaces Type Assertion Explained 2024-02-15 19:30:20 +03:00
loops License added to each code 2024-01-27 11:10:49 +03:00
maps License added to each code 2024-01-27 11:10:49 +03:00
pointers License added to each code 2024-01-27 11:10:49 +03:00
restful post explained 2024-04-13 13:37:26 +03:00
slices License added to each code 2024-01-27 11:10:49 +03:00
string_functions String explained 2 2024-03-19 16:58:12 +03:00
structs License added to each code 2024-01-27 11:10:49 +03:00
variables License added to each code 2024-01-27 11:10:49 +03:00
.gitignore gitignore added 2024-01-04 10:33:40 +03:00
LICENSE License & Copyright Holders update and Commented our code 2024-01-04 11:02:52 +03:00
README.md Sourcehut eklendi 2024-01-21 02:23:45 +03:00
demo1.txt demo1.txt founded in the root directory same place with main.go and error handling explained 2024-01-25 17:09:32 +03:00
go.mod errors library explained 2024-03-15 16:22:30 +03:00
main.go post explained 2024-04-13 13:37:26 +03:00

README.md

Go Kursu

Go Programlama dili kursu. BTK AKADEMİ notlarından yararlanılmıştır. Go dili BSD 3 Clause lisanslı olduğundan otomatik olarak bu lisans atanmıştır.

Forge ortamları:

License

BSD 3-Clause License

Copyright (c) 2024 Mass Collaboration Labs and contributors

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.