package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 20, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
HelloBye()
Output:
hello
bye
HelloBye()
Output:
foo
bye
func Shuffle(nums []int) []int
nums := Shuffle([]int{1, 2, 3, 4, 5})
for _, value := range nums {
fmt.Println(value)
}
Output:
5
3
2
4
1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.