Skip to content

Setting up Go and Fyne for a Simple "Hello World" application

Notifications You must be signed in to change notification settings

ThomasCode92/hello-fyne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Fyne

Setting up Go and Fyne for a Simple "Hello World" application

About this Repository
🌐 Introduction project of the Building GUI Applications with Fyne and Go course.
⭐ Setting up Go and Fyne for building GUI applications.
🔍 Install the necessary tools and write the obligatory Hello World program!

Start the application

To start the application, ensure you have both Fyne and Go installed on your system. You can refer to the official documentation for installation instructions:

If you are using asdf, you can also install Go via the .tool-versions file. More information on this can be found here.
Once Go and Fyne are installed, follow these steps to start the application:

git clone https://github.com/ThomasCode92/hello-fyne
cd hello-fyne     # navigate into project folder
go run .          # start the program

About

Setting up Go and Fyne for a Simple "Hello World" application

Topics

Resources

Stars

Watchers

Forks

Languages