This website requires JavaScript.
Explore
Help
Sign In
ewintr
/
narratio
Watch
1
Star
0
Fork
You've already forked narratio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
23977cfe9e
narratio
/
editor
/
command.go
7 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
initial import
2024-05-10 12:06:40 +02:00
package
editor
type
Command
interface
{
wip
2024-09-14 14:54:41 +02:00
Do
(
lines
[
]
string
)
error
initial import
2024-05-10 12:06:40 +02:00
//Undo(s *State) error
}