Code disappears after hitting return

Answered

I am running GoLand 2018.3
Build #GO-183.4284.141, built on November 20, 2018
Licensed to GoLand Evaluator
Expiration date: December 30, 2018
JRE: 1.8.0_152-release-1343-b15 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.1

I begin to type some basic code and then I hit return and the code I just typed disappears and the only code that is left is package main

package main

import (

     "fmt"

    "net/http"

)

 

0
1 comment

Hey Rodney, I'm sorry to hear that it doesn't work as expected. In order to understand what's going on, we need a bit more information from your side. Can you maybe record a screencast so we can see how the problem looks like? Additionally, log files could really help. You can collect them by running Help | Compress Logs and Show in Finder. You can share all this information with us by filing an issue in our issue tracker https://youtrack.jetbrains.com/issues/GO

0

Please sign in to leave a comment.