You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
293 B
9 lines
293 B
12 years ago
|
// Copyright (c) 2013 by Michael Dvorkin. All Rights Reserved.
|
||
|
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||
|
package mop
|
||
|
|
||
|
//-----------------------------------------------------------------------------
|
||
|
func LoadProfile() string {
|
||
|
return "coh,atvi,hpq,ibm"
|
||
|
}
|