Created
          March 19, 2019 06:58 
        
      - 
      
- 
        Save rms1000watt/2ba8e880cd7acb18e57bd1eb820ffda5 to your computer and use it in GitHub Desktop. 
    Realize Yaml for a project with go modules configured
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | schema: | |
| - name: project-name | |
| path: . | |
| commands: | |
| install: | |
| status: true | |
| method: go build -o ./project-name | |
| run: | |
| status: true | |
| method: ./project-name | |
| watcher: | |
| extensions: | |
| - go | |
| paths: | |
| - ./ | |
| ignored_paths: | |
| - .git | |
| - .realize | |
| - vendor | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment