Categorygithub.com/tulir/gopher-ace
modulepackage
0.0.0-20170210071804-4ca2d59510bd
Repository: https://github.com/tulir/gopher-ace.git
Documentation: pkg.go.dev

# README

gopher-ace

Ace bindings for GopherJS.

The documentation is (almost) directly from the Ace API reference

Use go get -u maunium.net/go/gopher-ace to get this package.

# Functions

Edit turns the object with the given ID into an Ace editor.
EditDOM turns the given object into an Ace editor.
NewRange returns a newly created Range object.

# Constants

Function and variable names.

# Structs

Editor is a wrapper for the Ace Editor type.
EditSession is a wrapper for the Ace EditSession type.
Range is a wrapper for the Ace Range type.

# Interfaces

OptionProvider is the Ace optionProvider interface.