commit 38b4343f7db8f520f32a873e37587a592a00de46 parent 81182f3de0830eb5c14ffb0bc266f4688879919b Author: bsandro <email@bsandro.tech> Date: Thu, 14 Jul 2022 02:44:14 +0300 renamed module Diffstat:
M | cmd/umas/main.go | | | 2 | +- |
M | go.mod | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/umas/main.go b/cmd/umas/main.go @@ -8,7 +8,7 @@ import ( "os" "path/filepath" "strings" - "umx_asm/asm" + "bsandro.tech/umx_asm/asm" ) const commentSym = ";" diff --git a/go.mod b/go.mod @@ -1,3 +1,3 @@ -module umx_asm +module bsandro.tech/umx_asm go 1.18