command
module
Version:
v0.0.0-...-dd37796
Opens a new window with list of versions in this module.
Published: Nov 5, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
GoEd
A simple text editor based on antirez’s kilo and was developed by following the guidance of Build Your Own Text Editor.
Table of Contents
Installation
To install GoEd, follow these steps:
- Ensure that you have Go installed.
- Clone the repository to your local machine src directory:
$ git clone https://github.com/gohyongjie1112/GoEd.git
- Change to the project directory and run either the build or run command:
Build the project:
$ go build
Run the executable:
$ ./GoEd
or
Run the Go program:
$ go run main.go
License
MIT License
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.