mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 14:36:48 -07:00
fix: [CI SKIP] More cleanup. Based on the Go Report Card.
This commit is contained in:
parent
0322bc2081
commit
e47a8ebc10
3 changed files with 16 additions and 13 deletions
|
@ -12,6 +12,7 @@ import (
|
|||
|
||||
var fname = flag.String("f", "", "file name")
|
||||
|
||||
// TCL puts function.
|
||||
func CommandPuts(i *picol.Interp, argv []string, pd interface{}) (string, error) {
|
||||
if len(argv) != 2 {
|
||||
return "", fmt.Errorf("Wrong number of args for %s %s", argv[0], argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue