Initial Commit
This commit is contained in:
3
go.mod
Normal file
3
go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module git.vertinext.com/roryejinn/Ultralight
|
||||
|
||||
go 1.22.1
|
||||
15
ultralight.go
Normal file
15
ultralight.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package ultralight
|
||||
|
||||
import {
|
||||
"fmt"
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
"github.com/BigJk/crt"
|
||||
bubbleadapter "github.com/BigJk/crt/bubbletea"
|
||||
"image/color"
|
||||
catppuccin "github.com/catppuccin/go"
|
||||
}
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from the other side.")
|
||||
}
|
||||
Reference in New Issue
Block a user