Skip to content

Instantly share code, notes, and snippets.

@daemtri
Created October 5, 2013 02:02
Show Gist options
  • Save daemtri/6835701 to your computer and use it in GitHub Desktop.
Save daemtri/6835701 to your computer and use it in GitHub Desktop.
1
/**
* Created with IntelliJ IDEA.
* User: duanquanyong
* Date: 13-10-5
* Time: 上午9:50
* Package:main
* Project:${PROJECT_NAME}
* To change this template use File | Settings | File Templates.
*/
package main
import (
"fmt"
)
func main() {
fmt.Println("Hellow word")
}
<?xml version="1.0" encoding="UTF-8"?>
<module type="GO_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="Go sdk go1.1.2 windows/amd64" jdkType="Google Go SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment