mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-01 16:52:03 +00:00
11 lines
138 B
Go
11 lines
138 B
Go
//go:build midnight
|
|
package main
|
|
|
|
import (
|
|
"github.com/maxlandon/readline"
|
|
)
|
|
|
|
func setupTabCompleter(rl *readline.Instance) {
|
|
// TODO
|
|
}
|