~kyrofa/unity-scope-snappy/integration-tests_previews

« back to all changes in this revision

Viewing changes to webdm/client.go

  • Committer: Alejandro J. Cura
  • Date: 2015-05-14 19:36:02 UTC
  • mfrom: (1.1.4 groundwork)
  • Revision ID: alecu@canonical.com-20150514193602-ymbwecakqll47yds
Merged lp:~alecu/unity-scope-snappy/groundwork branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package client
 
2
 
 
3
func GetSomethingUseful() string {
 
4
        return "fake title - returned by webdm"
 
5
}