mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-29 05:16:29 -04:00
Properly format function documentation comments
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
package core
|
||||
|
||||
// Exit (soft) is meant to be used in interactive implementations (GUIs/TUIs) to keep the program running after an operation.
|
||||
func Exit(code int) {
|
||||
return code
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user