|
|
|
@ -1,5 +1,8 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="AutoImportSettings">
|
|
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
|
<list default="true" id="fc2840de-29dc-4fca-8e0e-a283562f60ca" name="Default Changelist" comment="">
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/reporter_darwin.go" afterDir="false" />
|
|
|
|
@ -44,54 +47,65 @@
|
|
|
|
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RecentsManager">
|
|
|
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
|
|
|
<recent name="C:\Users\BGrewell\source\repos\go-iperf\tests\server" />
|
|
|
|
|
</key>
|
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
|
|
<recent name="$PROJECT_DIR$" />
|
|
|
|
|
<recent name="C:\Users\BGrewell\source\repos\go-iperf" />
|
|
|
|
|
<recent name="C:\Users\BGrewell\repos\go-iperf\embedded" />
|
|
|
|
|
</key>
|
|
|
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
|
|
|
<recent name="C:\Users\BGrewell\source\repos\go-iperf\tests\server" />
|
|
|
|
|
</key>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunManager" selected="Go Build.go build github.com/BGrewell/go-iperf/tests/controller">
|
|
|
|
|
<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$" />
|
|
|
|
|
<kind value="PACKAGE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/cmd/main.go" />
|
|
|
|
|
<package value="github.com/BGrewell/go-iperf/cmd" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/cmd/main.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="go build github.com/BGrewell/go-iperf/tests/client" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<kind value="PACKAGE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/client/client.go" />
|
|
|
|
|
<package value="github.com/BGrewell/go-iperf/tests/client" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/client/client.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="go build github.com/BGrewell/go-iperf/tests/controller" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<kind value="PACKAGE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/controller/main.go" />
|
|
|
|
|
<package value="github.com/BGrewell/go-iperf/tests/controller" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/controller/main.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="go build github.com/BGrewell/go-iperf/tests/extract" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<kind value="PACKAGE" />
|
|
|
|
|
<package value="github.com/BGrewell/go-iperf/tests/extract" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/extract/main.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="go build github.com/BGrewell/go-iperf/tests/server" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<module name="go-iperf" />
|
|
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
|
|
|
<kind value="PACKAGE" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/server/server.go" />
|
|
|
|
|
<package value="github.com/BGrewell/go-iperf/tests/server" />
|
|
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
|
|
<filePath value="$PROJECT_DIR$/tests/server/server.go" />
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<recent_temporary>
|
|
|
|
|
<list>
|
|
|
|
|
<item itemvalue="Go Build.go build github.com/BGrewell/go-iperf/tests/controller" />
|
|
|
|
|
<item itemvalue="Go Build.go build github.com/BGrewell/go-iperf/tests/extract" />
|
|
|
|
|
<item itemvalue="Go Build.go build github.com/BGrewell/go-iperf/tests/client" />
|
|
|
|
|
<item itemvalue="Go Build.go build github.com/BGrewell/go-iperf/tests/server" />
|
|
|
|
|
<item itemvalue="Go Build.go build github.com/BGrewell/go-iperf/cmd" />
|
|
|
|
|