mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-26 14:56:02 +03:00
8 lines
80 B
Go
8 lines
80 B
Go
|
package main
|
||
|
|
||
|
// Array is fixed length, also data stored in a
|
||
|
|
||
|
func main() {
|
||
|
|
||
|
}
|