]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - frontend/term.go
safcm: move sync_changes.go and term.go to frontend package
[safcm/safcm.git] / frontend / term.go
similarity index 97%
rename from cmd/safcm/term.go
rename to frontend/term.go
index 47f7d62cc1b14fe0ddbe3239d597e1d9f4b68ecc..f50f16264cdcae8590278e67e1f8208772b97fd1 100644 (file)
@@ -1,4 +1,4 @@
-// Functions for terminal output
+// Frontend: Functions for terminal output
 
 // Copyright (C) 2021  Simon Ruderich
 //
@@ -15,7 +15,7 @@
 // You should have received a copy of the GNU General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-package main
+package frontend
 
 import (
        "fmt"