Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Foley committed Jan 5, 2019
2 parents b682bd4 + 8e24679 commit f50acc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ipaddress-go/.settings/com.googlecode.goclipse.core.prefs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
append_projloc_gopath=false
build_targets=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<build_targets xmlns\="com.googlecode.goclipse.core">\n <target auto_enabled\="false" config\="build" n_enabled\="true" version2\="true">\n <command_invocation append_env\="true" command_arguments\="${GO_TOOL_PATH} install -v -gcflags &quot;-N -l&quot; ./ipaddress/ipaddress-go/...">\n <env_vars/>\n </command_invocation>\n </target>\n <target auto_enabled\="false" config\="build-tests" n_enabled\="false" version2\="true"/>\n <target auto_enabled\="false" config\="lint" n_enabled\="false" version2\="true"/>\n <target auto_enabled\="false" config\="[run-tests]" n_enabled\="false" version2\="true"/>\n</build_targets>\n
com.googlecode.goclipse.gopath=\:/Users/[email protected]/gitrepo
build_targets=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<build_targets xmlns\="com.googlecode.goclipse.core">\n <target auto_enabled\="false" config\="build" n_enabled\="true" version2\="true">\n <command_invocation append_env\="true" command_arguments\="${GO_TOOL_PATH} install -v -gcflags &quot;-N -l&quot; ./github.com/seancfoley/ipaddress/ipaddress-go/ipaddr/...">\n <env_vars/>\n </command_invocation>\n </target>\n <target auto_enabled\="false" config\="build-tests" n_enabled\="false" version2\="true"/>\n <target auto_enabled\="false" config\="lint" n_enabled\="false" version2\="true"/>\n <target auto_enabled\="false" config\="[run-tests]" n_enabled\="false" version2\="true"/>\n</build_targets>\n
com.googlecode.goclipse.gopath=
com.googlecode.goclipse.goroot=/usr/local/go
eclipse.preferences.version=1
toolchain_prefs.use_project_settings=true
toolchain_prefs.use_project_settings=false
4 changes: 2 additions & 2 deletions ipaddress-go/ipaddr/test/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import ( // TODO also this will end up being github.com/seancfoley/ipaddress/ipaddress-go/ipaddr
"ipaddress/ipaddress-go/ipaddr"
import (
"github.com/seancfoley/ipaddress/ipaddress-go/ipaddr"
)

func main() {
Expand Down

0 comments on commit f50acc9

Please sign in to comment.