9 lines
129 B
Go
9 lines
129 B
Go
|
package client
|
||
|
|
||
|
import "github.com/sqshq/sampler/storage"
|
||
|
|
||
|
// TODO
|
||
|
func loadLicense(key string) *storage.License {
|
||
|
return nil
|
||
|
}
|