|
|
|
@ -2,7 +2,9 @@
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
|
<list default="true" id="fc2840de-29dc-4fca-8e0e-a283562f60ca" name="Default Changelist" comment="">
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/reporter_linux.go" beforeDir="false" afterPath="$PROJECT_DIR$/reporter_linux.go" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/tests/client/client.go" beforeDir="false" afterPath="$PROJECT_DIR$/tests/client/client.go" afterDir="false" />
|
|
|
|
|
</list>
|
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
@ -17,7 +19,7 @@
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="GOROOT" path="C:\Go" />
|
|
|
|
|
<component name="GOROOT" url="file:///usr/local/go" />
|
|
|
|
|
<component name="Git.Settings">
|
|
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
|
</component>
|
|
|
|
@ -51,6 +53,15 @@
|
|
|
|
|
</key>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunManager" selected="Go Build.go build github.com/BGrewell/go-iperf/tests/client">
|
|
|
|
|
<configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<go_parameters value="-i" />
|
|
|
|
|
<kind value="FILE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="go build github.com/BGrewell/go-iperf/cmd" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
@ -78,6 +89,16 @@
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<go_parameters value="-i" />
|
|
|
|
|
<framework value="gotest" />
|
|
|
|
|
<kind value="DIRECTORY" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<recent_temporary>
|
|
|
|
|
<list>
|
|
|
|
|
<item itemvalue="Go Build.go build github.com/BGrewell/go-iperf/tests/client" />
|
|
|
|
|