From 79a72a6055038c053ded552452d7acad5ab1b278 Mon Sep 17 00:00:00 2001 From: Sean Foley Date: Sun, 4 Nov 2018 18:52:10 -0500 Subject: [PATCH 1/2] correct import path --- ipaddress-go/ipaddr/test/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipaddress-go/ipaddr/test/main.go b/ipaddress-go/ipaddr/test/main.go index d61494f9..e0d8731e 100644 --- a/ipaddress-go/ipaddr/test/main.go +++ b/ipaddress-go/ipaddr/test/main.go @@ -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() { From 8e24679ea3e2d5a20297898d529899a18c808b93 Mon Sep 17 00:00:00 2001 From: Sean Foley Date: Mon, 5 Nov 2018 14:24:55 -0500 Subject: [PATCH 2/2] update gopath --- ipaddress-go/.settings/com.googlecode.goclipse.core.prefs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipaddress-go/.settings/com.googlecode.goclipse.core.prefs b/ipaddress-go/.settings/com.googlecode.goclipse.core.prefs index b2b884b1..a4871798 100644 --- a/ipaddress-go/.settings/com.googlecode.goclipse.core.prefs +++ b/ipaddress-go/.settings/com.googlecode.goclipse.core.prefs @@ -1,6 +1,6 @@ append_projloc_gopath=false -build_targets=\n\n \n \n \n \n \n \n \n \n\n -com.googlecode.goclipse.gopath=\:/Users/scfoley@us.ibm.com/gitrepo +build_targets=\n\n \n \n \n \n \n \n \n \n\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