init code
This commit is contained in:
9
internal/services/tele/chat/helper/wrap.go
Normal file
9
internal/services/tele/chat/helper/wrap.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package helper
|
||||
|
||||
func Pre(msg string) string {
|
||||
return "<pre>" + msg + "</pre>"
|
||||
}
|
||||
|
||||
func Code(msg string) string {
|
||||
return "<code>" + msg + "</code>"
|
||||
}
|
||||
Reference in New Issue
Block a user