gitstack

grindlemire/go-tui code browser

184 B Go 12 lines 2026-03-14 · 83788af raw
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by tui generate. DO NOT EDIT.
// Source: other.gsx

package testdata

import (
	"fmt"
)

func otherHelperFunction(s string) string {
	return fmt.Sprintf("[%s]", s)
}