7 lines
58 B
Go
7 lines
58 B
Go
package view
|
|
|
|
func Load() {
|
|
searchView()
|
|
cdsDetails()
|
|
}
|