Categorygithub.com/RugiSerl/smallEditor
repositorypackage
0.0.0-20240825160643-eb667a7a19c4
Repository: https://github.com/rugiserl/smalleditor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

smallEditor

Small project to code an golang ide in golang

Compiling

Dependencies

  • Go 1.22.1 or later
  • C compiler (I recommand TDM-GCC)

Building from source

For a debug build:

Get into the repository folder and type:

go run main.go

For a release build:

go build -ldflags -H=windowsgui