X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=frontend%2Fterm.go;fp=cmd%2Fsafcm%2Fterm.go;h=f50f16264cdcae8590278e67e1f8208772b97fd1;hp=47f7d62cc1b14fe0ddbe3239d597e1d9f4b68ecc;hb=ecbcb0132728cc18016819a214378b642d92278e;hpb=b0f49e5d47786984e24731b200d3d3d7d6add263 diff --git a/cmd/safcm/term.go b/frontend/term.go similarity index 97% rename from cmd/safcm/term.go rename to frontend/term.go index 47f7d62..f50f162 100644 --- a/cmd/safcm/term.go +++ b/frontend/term.go @@ -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 . -package main +package frontend import ( "fmt"