A virtual operating system for a couple of apps that I made with GO using Fyne Framework.
- Run commands:
go mod init myapp
to initialize the project.go mod tidy
to install dependencies.go run .
to start the OS (i.e run all the apps concurrently)
A virtual operating system for a couple of apps that I made with GO using Fyne Framework.
go mod init myapp
to initialize the project.go mod tidy
to install dependencies.go run .
to start the OS (i.e run all the apps concurrently)