Go Projects

You can clone any of the below projects to your devices using the given GitHub repos. To run, you have to find the go file inside the project and use 'go run .go' command. Some projects may include Database files and HTML files, and some may include third party libraries. You have to import them using the relevant commands.

Clone code from github

PDF Generator

This example explains the way to create a PDF document by Go itself. To do this process we are using a library called gofpdf.

Clone code from github

Go Calculator

This shows the way to create a calculator using hardcoding in GO language.Here we have created the GUI of the calculator using a library.

Clone code from github

Go Crud With Angular

This program has been implemented to provide database CRUD operation using GOLang, Angular and MYSQL. CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. So, we have created a user interface as a database front end to handle these operations. We have a customer table containing customer information like ID, Name, and Address. With this table, we have to perform CRUD using MySQL.

Go File Uploader

This example will teach you how to upload a file using Go language.

Clone code from github

Go Login

In this, we are building a login and a register application with Go language. The front end of this login is created using Html and CSS.

Clone code from github

Go Social Login

OAuth2 is an authentication protocol that is used to authenticate and authorize users in an application by using another service provider. This example will go through how to build a Go application to implement the OAuth2 protocol.Here we have authenticated facebook,Github and Google using 0Auth2 protocol while the frontend have been created using html and css.

Clone code from github

Go CRUD

This program has been implemented to provide database CRUD operation using GOLang and MYSQL.CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database.

So, we are going to create an interface as a database front end to handle these operations. We have a customer table containing customer information like ID, Name, and Address. With this table, we have to perform CRUD using MySQL.

Go Tic Tac Toe

This is a game created using Html, javascript and go language. In this game what you should do is to align three Xs in a row. The frontend of the game has been developed using Html and javascript. The backend of the game has been developed using the Go language.

powered by