Documentation ¶ Index ¶ func PathJoin(elems ...string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PathJoin ¶ func PathJoin(elems ...string) string PathJoin will join the elements of the path delimited by the "/" character. Similar to path.Join with the exception the trailing "/" character is preserved if present. Types ¶ This section is empty. Source Files ¶ View all Source files path.go Click to show internal directories. Click to hide internal directories.