mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 23:50:48 +02:00
- Create components.go to ensure proper Go package recognition - Update .gitignore to exclude all Go files except components.go
3 lines
196 B
Go
3 lines
196 B
Go
// Package components contains the UI components for the GoMFT application.
|
|
// This file serves as a marker for the components package to ensure it's properly recognized by Go.
|
|
package components |