Skip to content

Commit

Permalink
Changes namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Aug 26, 2014
1 parent 34e3ce3 commit 716fcfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"bytes"
gen "github.com/c4milo/gowsdl/generator"
flags "github.com/jessevdk/go-flags"
"go/format"
"log"
"os"
"runtime"

gen "github.com/cloudescape/gowsdl/generator"
flags "github.com/jessevdk/go-flags"
)

const version = "v0.0.1"
Expand Down
4 changes: 2 additions & 2 deletions generator/header_tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package generator

var headerTmpl = `
package {{.}}
// Generated by https://github.com/c4milo/gowsdl
// Generated by https://github.com/cloudescape/gowsdl
// Do not modify
// Copyright (c) 2014, Cloudescape. All rights reserved.
import (
"time"
gowsdl "github.com/c4milo/gowsdl/generator"
gowsdl "github.com/cloudescape/gowsdl/generator"
{{/*range .Imports*/}}
{{/*.*/}}
{{/*end*/}}
Expand Down

0 comments on commit 716fcfd

Please sign in to comment.